Showing:

Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element PriceSynchronizationRelationship
Namespace No namespace
Diagram
Diagrame-document-3_1_6_xsd_Element_PriceSynchronizationRelationship.tmp#PriceSynchronizationRelationship_Incotermse-document-3_1_6_xsd_Element_PriceSynchronizationRelationship.tmp#PriceSynchronizationRelationship_RelationshipActionCodee-document-3_1_6_xsd_Element_PriceSynchronizationRelationship.tmp#PriceSynchronizationRelationship_RelationshipCurrencyCode
Properties
content complex
Used by
Element DocumentItem
Model
Children Incoterms, RelationshipActionCode, RelationshipCurrencyCode
Instance
<PriceSynchronizationRelationship>
  <Incoterms>{0,1}</Incoterms>
  <RelationshipActionCode>{1,1}</RelationshipActionCode>
  <RelationshipCurrencyCode>{1,1}</RelationshipCurrencyCode>
</PriceSynchronizationRelationship>
Source
<xs:element name="PriceSynchronizationRelationship">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="1" name="Incoterms" type="Incoterms"/>
      <xs:element minOccurs="1" maxOccurs="1" name="RelationshipActionCode" type="SegmentActionCodeType"/>
      <xs:element minOccurs="1" maxOccurs="1" name="RelationshipCurrencyCode" type="CurrencyType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element PriceSynchronizationRelationship / Incoterms
Namespace No namespace
Diagram
Diagrame-document-3_1_6_xsd_Complex_Type_Incoterms.tmp#Incoterms_IncotermInfoe-document-3_1_6_xsd_Complex_Type_Incoterms.tmp#Incoterms
Type Incoterms
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children IncotermInfo
Instance
<Incoterms>
  <IncotermInfo>{1,unbounded}</IncotermInfo>
</Incoterms>
Source
<xs:element minOccurs="0" maxOccurs="1" name="Incoterms" type="Incoterms"/>
Element PriceSynchronizationRelationship / RelationshipActionCode
Namespace No namespace
Diagram
Diagrame-document-3_1_6_xsd_Simple_Type_SegmentActionCodeType.tmp#SegmentActionCodeType
Type SegmentActionCodeType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern (\c+) & ((ADD)|(CORRECT)|(DELETE)|(CHANGE_BY_REFRESH)|(NO_ACION))
Source
<xs:element minOccurs="1" maxOccurs="1" name="RelationshipActionCode" type="SegmentActionCodeType"/>
Element PriceSynchronizationRelationship / RelationshipCurrencyCode
Namespace No namespace
Diagram
Diagrame-document-3_1_6_xsd_Simple_Type_CurrencyType.tmp#CurrencyType
Type CurrencyType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
minLength 2
maxLength 3
pattern [a-z]{2,3}|[A-Z]{2,3}
Source
<xs:element minOccurs="1" maxOccurs="1" name="RelationshipCurrencyCode" type="CurrencyType"/>