Definition Type: ComplexType
Name: MeetingCenter
Namespace: http://www.opentravel.org/OTM/organization/v3
Type: ota2:Empty
Containing Schema: Organization_3_0_0.xsd
Abstract
Documentation:
Meeting center details for a facility.
Collapse XSD Schema Diagram:
Drilldown into meetingRoomCode in schema organization_3_0_0_xsd Drilldown into unitOfMeasureCode in schema organization_3_0_0_xsd Drilldown into largestRoomSpace in schema organization_3_0_0_xsd Drilldown into largestSeatingCapacity in schema organization_3_0_0_xsd Drilldown into meetingRoomCount in schema organization_3_0_0_xsdXSD Diagram of MeetingCenter in schema organization_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="MeetingCenter">
    <xsd:annotation>
        <xsd:documentation source="Description">Meeting center details for a facility.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">MeetingCenter</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="ota2:Empty">
            <xsd:attribute name="meetingRoomCount" type="ota2-0400:NonNegativeInteger" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The total number of unique meeting rooms provided at the hotel facility. For example, if the hotel has a grand ballroom that breaks into Salon A, B, and C -the total number of unique meeting rooms is three.</xsd:documentation>
                    <xsd:documentation source="Implementer">Changed type from {http://www.w3.org/2001/XMLSchema}nonNegativeInteger.</xsd:documentation>
                    <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}string</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Example context="org" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">15</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="largestSeatingCapacity" type="xsd:positiveInteger" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The largest seating capacity available in the largest meeting room - generally this is for theatre-style room setup.</xsd:documentation>
                    <xsd:documentation source="Implementer">Changed type from {http://www.w3.org/2001/XMLSchema}nonNegativeInteger.</xsd:documentation>
                    <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}string</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Example context="org" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">200</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="largestRoomSpace" type="xsd:string" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The amount of room space for the largest unique meeting room at the facility.</xsd:documentation>
                    <xsd:documentation source="Implementer">Changed type from {http://www.w3.org/2001/XMLSchema}nonNegativeInteger.</xsd:documentation>
                    <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}string</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Example context="org" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">2000 sq ft</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="unitOfMeasureCode" type="ota2-0400:OTA_Code" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The unit of measure in a code format (e.g., inches, pixels, centimeters). Refer to OpenTravel Code List Unit of Measure Code (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="meetingRoomCode" type="ota2-0400:OTA_Code" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">Used as a qualifier when searching for properties. Refer to OpenTravel Code list Meeting Room Code (MRC).</xsd:documentation>
                    <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}OTA_CodeType</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
meetingRoomCount org-0300:meetingRoomCount Optional
largestSeatingCapacity org-0300:largestSeatingCapacity Optional
largestRoomSpace org-0300:largestRoomSpace Optional
unitOfMeasureCode org-0300:unitOfMeasureCode Optional
meetingRoomCode org-0300:meetingRoomCode Optional
Collapse Derivation Tree:
Collapse References:
org-0300:MeetingCenter, orghs-0300:MeetingCenter