Definition Type: Element
Name: Dimensions
Namespace: http://www.adsml.org/adsmlmaterials/2.5
Containing Schema: AdsMLMaterials-2.5-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Depth in schema adsmlmaterials-2_5-publictypelibrary-as_xsd Drilldown into Width in schema adsmlmaterials-2_5-publictypelibrary-as_xsd Drilldown into Height in schema adsmlmaterials-2_5-publictypelibrary-as_xsdXSD Diagram of Dimensions in schema adsmlmaterials-2_5-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="Dimensions">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Height" />
            <xs:element ref="Width" />
            <xs:element ref="Depth" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Height adsml-ma:Height (1) (1)
Width adsml-ma:Width (1) (1)
Depth adsml-ma:Depth (1) (1)