| diagram | |||||||||||||||||||
| properties |
|
||||||||||||||||||
| used by |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <xs:element name="componentInfo"> <xs:annotation> <xs:documentation>This element contains the definition of the component info for a node or type</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="name" type="xs:token" default=""/> <xs:attribute name="level" default="1"> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
| type | xs:token | ||
| properties |
|
||
| source | <xs:attribute name="name" type="xs:token" default=""/> |
| type | restriction of xs:integer | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xs:attribute name="level" default="1"> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |