http://www.w3.org/2001/XMLSchema
element field

Documentation
Properties
This component is not nillable.

Model
<field
  id = xs:ID
  xpath = xs:token
  {any attribute from any other namespace than current namespace}>
annotation?
</field>


Nested Element Summary
 annotation
          

Attribute Summary
 xs:IDid
          
 xs:tokenxpath
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

xpath

Type:
based on
with :
Use:
required
Form:
unqualified

Local Usage
keybase

Source
<xs:element id="field" name="field">
<xs:complexType mixed="false">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:attribute name="xpath" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\.//)?((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)/)*((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)|((attribute::|@)((\i\c*:)?(\i\c*|\*))))(\|(\.//)?((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)/)*((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)|((attribute::|@)((\i\c*:)?(\i\c*|\*)))))*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.