Definition Type: ComplexType
Name: DimensionABIEType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
DimensionABIEType is logically derived from UN/CEFACT TBG17 ABIE DimensionType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.
Collapse XSD Schema Diagram:
Drilldown into Description in schema fields_xsd1 Drilldown into HeightMeasure in schema fields_xsd1 Drilldown into LengthMeasure in schema fields_xsd1 Drilldown into WidthMeasure in schema fields_xsd1 Drilldown into type in schema components_xsd1XSD Diagram of DimensionABIEType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DimensionABIEType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            DimensionABIEType is logically derived from UN/CEFACT TBG17 ABIE DimensionType as
            defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="WidthMeasure" />
        <xsd:element minOccurs="0" ref="LengthMeasure" />
        <xsd:element minOccurs="0" ref="HeightMeasure" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Description" />
    </xsd:sequence>
    <xsd:attribute name="type" type="NormalizedStringType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
WidthMeasure oagis:WidthMeasure 0 (1)
LengthMeasure oagis:LengthMeasure 0 (1)
HeightMeasure oagis:HeightMeasure 0 (1)
Description oagis:Description 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type oagis:type (Optional)
Collapse Derivation Tree:
Collapse References:
oagis:DimensionType