Definition Type: Attribute
Name: checkInTime
Namespace: http://www.opentravel.org/OTM/organization/hospitality/v3
Type: time:http://www.w3.org/2001/XMLSchema
Containing Schema: OrganizationHospitality_3_0_0.xsd
Use Optional
Documentation:
The checkin time required by this hotel for a room stay. Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}time
Collapse XSD Schema Diagram:
XSD Diagram of checkInTime in schema organizationhospitality_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:attribute name="checkInTime" type="xsd:time" use="optional">
    <xsd:annotation>
        <xsd:documentation source="Description">The checkin time required by this hotel for a room stay.</xsd:documentation>
        <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}time</xsd:documentation>
        <xsd:appinfo>
            <otm:Equivalent context="orghs" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00" />
            <otm:Example context="orghs" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">16:00:00</otm:Example>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:attribute>