sequenceType

Complex Type Information

Model

Used By

Source

<xsd:complexType name="sequenceType">
  <xsd:choice>
    <xsd:element name="voidSequenceType" type="emptyContent"/>
    <xsd:sequence>
      <xsd:element ref="itemType"/>
      <xsd:element name="occurrenceIndicator" type="occurrenceIndicator" minOccurs="0"/>
    </xsd:sequence>
  </xsd:choice>
</xsd:complexType>