This element is used to mark up the Demed number. |
Elements | ITEM.PUB, PRE.PRESS.REQUEST |
<xs:element name="DEMED.REFERENCE"> <xs:annotation> <xs:documentation>This element is used to mark up the Demed number.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d+"/> </xs:restriction> </xs:simpleType> </xs:element> |