Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element DimensionRecord / DimensionCode
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="DimensionCode" type="ShortTextType"/>
Element DimensionRecord / DimensionName
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NameTextType.tmp#NameTextType
Type NameTextType
Properties
content simple
Facets
maxLength 70
Source
<xs:element name="DimensionName" type="NameTextType"/>
Element DimensionRecord / DimensionERPID
Namespace No namespace
Annotations
Dimension ID in the data-receiver's ERP
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element minOccurs="0" name="DimensionERPID" type="ShortTextType">
  <xs:annotation>
    <xs:documentation>Dimension ID in the data-receiver's ERP</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type DimensionRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_DimensionRecord.tmp#DimensionRecord_typee-document-3_1_10_xsd_Complex_Type_DimensionRecord.tmp#DimensionRecord_DimensionCodee-document-3_1_10_xsd_Complex_Type_DimensionRecord.tmp#DimensionRecord_DimensionNamee-document-3_1_10_xsd_Complex_Type_DimensionRecord.tmp#DimensionRecord_DimensionERPID
Used by
Model
Children DimensionCode, DimensionERPID, DimensionName
Attributes
QName Type Use
type NormalTextType optional
Source
<xs:complexType name="DimensionRecord">
  <xs:all>
    <xs:element name="DimensionCode" type="ShortTextType"/>
    <xs:element name="DimensionName" type="NameTextType"/>
    <xs:element minOccurs="0" name="DimensionERPID" type="ShortTextType">
      <xs:annotation>
        <xs:documentation>Dimension ID in the data-receiver's ERP</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
  <xs:attribute name="type" type="NormalTextType"/>
</xs:complexType>
Attribute DimensionRecord / @type
Namespace No namespace
Type NormalTextType
Properties
content simple
Facets
maxLength 100
Used by
Complex Type DimensionRecord
Source
<xs:attribute name="type" type="NormalTextType"/>