occurrenceIndicator

Simple Type Information

Used By

Source

<xsd:simpleType name="occurrenceIndicator">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="?"/>
    <xsd:enumeration value="*"/>
    <xsd:enumeration value="+"/>
  </xsd:restriction>
</xsd:simpleType>