itemsType

Complex Type Information

Model

Children: item

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:NMTOKEN optional

Used By

Element listType/items

Source

<xs:complexType name="itemsType">
  <xs:sequence>
    <xs:element name="item" type="itemType"/>
    <xs:element name="item" type="itemType"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
</xs:complexType>