ID.MSG

Attribute Information

Used By

Element MESSAGE

Source

<xs:attribute name="ID.MSG" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="O\d{2}-\d{17}"/>
      <xs:pattern value="EP-\d{17}"/>
      <xs:pattern value="EU-\d{17}"/>
      <xs:pattern value="IC-\d{17}"/>
      <xs:pattern value="JO-\d{17}"/>
      <xs:pattern value="NU-\d{17}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample