ACCEPTATION

Element Information

Model

Children: COMMENTS

Attributes

QName Type Fixed Default Use Inheritable Annotation
TYPE restriction of xs:string required

Used By

Element OJ.ACK

Source

<xs:element name="ACCEPTATION">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="COMMENTS"/>
    </xs:sequence>
    <xs:attribute name="TYPE" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="OK"/>
          <xs:enumeration value="NOK"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample