http://www.w3.org/2001/XMLSchema
complexType keybase

Super Types
{http://www.w3.org/2001/XMLSchema}anyType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}openAttrs (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}annotated (extension)
|
+--{http://www.w3.org/2001/XMLSchema}keybase (extension)

Properties
This component is not nillable.

Model
<...
  id = xs:ID
  name = xs:NCName
  {any attribute from any other namespace than current namespace}>
annotation? (selector, field+ )
</...>


Nested Element Summary
 annotation
          
 field
          
 selector
          

Attribute Summary
 xs:IDid
          
 xs:NCNamename
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

name

Type:
xs:NCName
Use:
required
Form:
unqualified

Local Usage
keyref

Source
<xs:complexType mixed="false" name="keybase">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:sequence>
<xs:element ref="xs:selector"/>
<xs:element maxOccurs="unbounded" minOccurs="1" ref="xs:field"/>
</xs:sequence>
<xs:attribute name="name" type="xs:NCName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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