Definition Type: ComplexType
Name: Library
Namespace: http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00
Containing Schema: OTA2_AppInfo_v1.0.0.xsd
Abstract
Documentation:
Used in the schema/wsdl-level Appinfo element to annotate the compiler version, source, and compilation date.
Collapse XSD Schema Diagram:
Drilldown into CompileDate in schema ota2_appinfo_v1_0_0_xsd Drilldown into CompilerVersion in schema ota2_appinfo_v1_0_0_xsd Drilldown into SourceFile in schema ota2_appinfo_v1_0_0_xsd Drilldown into LibraryStatus in schema ota2_appinfo_v1_0_0_xsd Drilldown into LibraryVersion in schema ota2_appinfo_v1_0_0_xsd Drilldown into LibraryName in schema ota2_appinfo_v1_0_0_xsd Drilldown into ServiceName in schema ota2_appinfo_v1_0_0_xsd Drilldown into ProjectName in schema ota2_appinfo_v1_0_0_xsdXSD Diagram of Library in schema ota2_appinfo_v1_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Library">
    <xsd:annotation>
        <xsd:documentation>
				Used in the schema/wsdl-level Appinfo element to annotate the compiler version, source, and compilation date.
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ProjectName" type="xsd:string" minOccurs="0" maxOccurs="1" />
        <xsd:element name="ServiceName" type="xsd:string" minOccurs="0" maxOccurs="1" />
        <xsd:element name="LibraryName" type="xsd:string" minOccurs="1" maxOccurs="1" />
        <xsd:element name="LibraryVersion" type="xsd:string" minOccurs="1" maxOccurs="1" />
        <xsd:element name="LibraryStatus" type="xsd:string" minOccurs="1" maxOccurs="1" />
        <xsd:element name="SourceFile" type="xsd:string" minOccurs="1" maxOccurs="1" />
        <xsd:element name="CompilerVersion" type="xsd:string" minOccurs="1" maxOccurs="1" />
        <xsd:element name="CompileDate" type="xsd:dateTime" minOccurs="1" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProjectName otm:ProjectName 0 1
ServiceName otm:ServiceName 0 1
LibraryName otm:LibraryName 1 1
LibraryVersion otm:LibraryVersion 1 1
LibraryStatus otm:LibraryStatus 1 1
SourceFile otm:SourceFile 1 1
CompilerVersion otm:CompilerVersion 1 1
CompileDate otm:CompileDate 1 1
Collapse Derivation Tree:
Collapse References:
otm:Library