Namespace
No namespace
Diagram
Used by
Model
ReferenceNum{0,1} ,
CustomerRef{0,1} ,
PaymentRefNum{0,1} ,
TransportReferenceID{0,1} ,
CREntryReferenceID{0,1} ,
TransportContractRefNum{0,1} ,
SourceDocument* ,
AdditionalInfo{0,1} ,
GTIN{0,1} ,
DataSourceGLN{0,1} ,
TargetMarketInfo{0,1}
Children
AdditionalInfo , CREntryReferenceID , CustomerRef , DataSourceGLN , GTIN , PaymentRefNum , ReferenceNum , SourceDocument , TargetMarketInfo , TransportContractRefNum , TransportReferenceID
Source
<xs:complexType name= "RefInfoRecord" >
<xs:sequence >
<xs:element minOccurs= "0" name= "ReferenceNum" >
<xs:complexType >
<xs:simpleContent >
<xs:extension base= "ShortTextType" >
<xs:attribute name= "type" type= "NormalTextType" use= "optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element minOccurs= "0" name= "CustomerRef" type= "NormalTextType" />
<xs:element minOccurs= "0" name= "PaymentRefNum" type= "ShortTextType" />
<xs:element minOccurs= "0" name= "TransportReferenceID" type= "NormalTextType" />
<xs:element minOccurs= "0" name= "CREntryReferenceID" type= "ShortTextType" />
<xs:element minOccurs= "0" name= "TransportContractRefNum" type= "NormalTextType" />
<xs:element minOccurs= "0" maxOccurs= "unbounded" name= "SourceDocument" >
<xs:complexType >
<xs:all >
<xs:element minOccurs= "0" name= "SourceDocumentNum" type= "NormalTextType" />
<xs:element minOccurs= "0" name= "SourceDocumentDate" type= "DateTimeType" />
<xs:element minOccurs= "0" name= "SourceDocumentGUID" type= "GUIDType" />
<xs:element minOccurs= "0" name= "SourceDocumentUID" type= "NormalTextType" />
<xs:element minOccurs= "0" name= "SourceDocumentTelemaID" type= "ShortTextType" />
<xs:element minOccurs= "0" name= "SourceDocumentLineItemNum" type= "ShortTextType" />
<xs:element minOccurs= "0" name= "SourceDocumentERPID" type= "NormalTextType" >
<!-- 3.1.12: ADDED element -->
<xs:annotation >
<xs:documentation > Source document's ID in ERP </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs= "0" name= "SourceDocumentLineItemERPID" type= "NormalTextType" >
<!-- 3.1.12: ADDED element -->
<xs:annotation >
<xs:documentation > Source document line's id in ERP </xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
<xs:attribute name= "type" type= "DocumentTypeCode" use= "required" />
</xs:complexType>
</xs:element>
<xs:element minOccurs= "0" name= "AdditionalInfo" type= "AdditionalInfoRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "GTIN" type= "GTINType" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "DataSourceGLN" type= "GLNType" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "TargetMarketInfo" type= "TargetMarketInfoRecord" />
</xs:sequence>
</xs:complexType>