Definition Type: ComplexType
Name: Property_ID
Namespace: http://www.opentravel.org/OTM/organization/v3
Containing Schema: Organization_3_0_0.xsd
Abstract
Documentation:
A property may contain one or more facilities of the same or differing types. Example: The property Disney Orlando has many hotels and golf courses on it.
Collapse XSD Schema Diagram:
Drilldown into PropertyRef in schema organization_3_0_0_xsd Drilldown into Identifier in schema organization_3_0_0_xsd Drilldown into objID in schema organization_3_0_0_xsdXSD Diagram of Property_ID in schema organization_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Property_ID">
    <xsd:annotation>
        <xsd:documentation source="Description">A property may contain one or more facilities of the same or differing types.  Example:  The property Disney Orlando has many hotels and golf courses on it.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Property</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="Identifier" type="ota2-0400:Identifier">
            <xsd:annotation>
                <xsd:documentation source="Description">A unique identifier defined by an external authority for this object.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PropertyRef" type="xsd:IDREF">
            <xsd:annotation>
                <xsd:documentation source="Description">Refers to the obj ID on an object defined elsewhere in the current document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="objID" type="xsd:ID" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">A unique identifier within this document for this object.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Identifier org-0300:Identifier 0 (1)
PropertyRef org-0300:PropertyRef 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
objID org-0300:objID Optional
Collapse Derivation Tree:
Collapse References:
org-0300:Property, org-0300:PropertyID, org-0300:PropertyIdentifier, org-0300:PropertySubGrp, org-0300:ResortID, org-0300:ResortIdentifier, org-0300:ResortSubGrp