Definition Type: ComplexType
Name: Dimensions
Namespace: http://www.opentravel.org/OTM/Common/v4
Type: ota2:Empty
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
Defines the dimensions of an object.
Collapse XSD Schema Diagram:
Drilldown into height in schema common_4_0_0_xsd Drilldown into width in schema common_4_0_0_xsd Drilldown into unitOfMeasureCode in schema common_4_0_0_xsdXSD Diagram of Dimensions in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Dimensions">
    <xsd:annotation>
        <xsd:documentation source="Description">Defines the dimensions of an object.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Dimensions</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="ota2:Empty">
            <xsd:attribute name="unitOfMeasureCode" type="ota2-0400:OTA_Code" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The unit of measure associated with all the dimensions of the multimedia item. Refer to OpenTravel Code list Unit of Measure (UOM).</xsd:documentation>
                    <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}OTA_CodeType</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="width" type="xsd:positiveInteger" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The width of the image item (unit specified by unit of measure).</xsd:documentation>
                    <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}positiveInteger</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="height" type="xsd:positiveInteger" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The height of the image item (unit specified by unit of measure).</xsd:documentation>
                    <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}positiveInteger</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
unitOfMeasureCode ota2-0400:unitOfMeasureCode Optional
width ota2-0400:width Optional
height ota2-0400:height Optional
Collapse Derivation Tree:
Collapse References:
ota2-0400:Dimensions