2.3.1.6 element

The element element refers to an ElementType (as defined in this XDR Schema in section 2.3.1.4, or imported from a foreign namespace) and indicates that the referred ElementType can appear in the context of another ElementType, either directly or indirectly via the group construct (see section 2.3.1.8). The following XML schema defines the element element:

   <xs:element  name='element'>
     <xs:complexType >
       <xs:attribute  name='type'
                      type='xs:NMTOKEN'/>
       <xs:attributeGroup  ref='xdr:minmax'/>
     </xs:complexType>
   </xs:element>

type: An ElementType defined in this schema or in a foreign namespace.

minmax: The number of occurrences in the given context (see section 2.3.3.1).