submodel

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ident optional

Used By

Element Group complexModel

Source

<xs:element name="submodel">
  <xs:complexType>
    <xs:choice>
      <xs:group ref="simpleModel"/>
      <xs:group ref="complexModel"/>
    </xs:choice>
    <xs:attribute name="id" type="ident"/>
  </xs:complexType>
</xs:element>

Sample