OCInstruction

Element Information

Model

Children: Lower, Upper

Attributes

QName Type Fixed Default Use Inheritable Annotation
value restriction of xs:NMTOKEN required

Used By

Element ControlKeys

Source

<xs:element name="OCInstruction">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Lower" minOccurs="0"/>
      <xs:element ref="Upper" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="value" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="allowed"/>
          <xs:enumeration value="notAllowed"/>
          <xs:enumeration value="requiredBeforeASN"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample