QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
BillingCode | jdftyp:string | optional | ||||
CustomerID | jdftyp:shortString | optional | ||||
CustomerJobName | jdftyp:longString | optional | ||||
CustomerOrderID | jdftyp:shortString | optional | ||||
CustomerProjectID | jdftyp:string | optional |
Attribute Groups | jdf:CustomerInfoAttribs_r, jdf:CustomerInfoAttribs_u |
<xs:attributeGroup name="CustomerInfoAttribs_c"> <xs:attribute name="BillingCode" type="jdftyp:string" use="optional"/> <xs:attribute name="CustomerID" type="jdftyp:shortString" use="optional"/> <xs:attribute name="CustomerJobName" type="jdftyp:longString" use="optional"/> <xs:attribute name="CustomerOrderID" type="jdftyp:shortString" use="optional"/> <xs:attribute name="CustomerProjectID" type="jdftyp:string" use="optional"/> </xs:attributeGroup> |