This element is used to indicate how many copies of a oj are expected for the delivery |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
LG | t.language | required |
Element | DELIVERY.ITEM |
<xs:element name="COPIES.REQUIRED"> <xs:annotation> <xs:documentation>This element is used to indicate how many copies of a oj are expected for the delivery</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:integer"> <xs:attribute name="LG" type="t.language" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |