Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Included schema StringAgency.xsd
Namespace http://string.drv.de/xmlschema/string
Properties
attribute form default unqualified
element form default qualified
Element AgencyClearanceRequestType / POS
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringCommonTypes_xsd.tmp#PosType_Agency StringCommonTypes_xsd.tmp#PosType_Country StringCommonTypes_xsd.tmp#PosType_Currency StringCommonTypes_xsd.tmp#PosType_Languages StringCommonTypes_xsd.tmp#PosType_Requestor StringCommonTypes_xsd.tmp#PosType_ReceiverMatch StringCommonTypes_xsd.tmp#PosType_BookingChannel StringCommonTypes_xsd.tmp#PosType
Type PosType
Properties
content complex
minOccurs 1
nillable false
Model
Children Agency, BookingChannel, Country, Currency, Languages, ReceiverMatch, Requestor
Instance
<POS xmlns="http://string.drv.de/xmlschema/string">
  <Agency>{1,1}</Agency>
  <Country>{0,1}</Country>
  <Currency>{1,1}</Currency>
  <Languages>{1,1}</Languages>
  <Requestor>{1,1}</Requestor>
  <ReceiverMatch>{0,1}</ReceiverMatch>
  <BookingChannel>{1,1}</BookingChannel>
</POS>
Source
<xs:element name="POS" type="PosType" minOccurs="1" nillable="false"/>
Element AgencyClearanceResponseType / POS
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringCommonTypes_xsd.tmp#PosType_Agency StringCommonTypes_xsd.tmp#PosType_Country StringCommonTypes_xsd.tmp#PosType_Currency StringCommonTypes_xsd.tmp#PosType_Languages StringCommonTypes_xsd.tmp#PosType_Requestor StringCommonTypes_xsd.tmp#PosType_ReceiverMatch StringCommonTypes_xsd.tmp#PosType_BookingChannel StringCommonTypes_xsd.tmp#PosType
Type PosType
Properties
content complex
minOccurs 1
nillable false
Model
Children Agency, BookingChannel, Country, Currency, Languages, ReceiverMatch, Requestor
Instance
<POS xmlns="http://string.drv.de/xmlschema/string">
  <Agency>{1,1}</Agency>
  <Country>{0,1}</Country>
  <Currency>{1,1}</Currency>
  <Languages>{1,1}</Languages>
  <Requestor>{1,1}</Requestor>
  <ReceiverMatch>{0,1}</ReceiverMatch>
  <BookingChannel>{1,1}</BookingChannel>
</POS>
Source
<xs:element name="POS" type="PosType" minOccurs="1" nillable="false"/>
Element AgencyClearanceResponseType / Approved
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element name="Approved" type="xs:boolean"/>
Complex Type AgencyClearanceRequestType
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringAgency_xsd.tmp#AgencyClearanceRequestType_POS
Used by
Model
Children POS
Source
<xs:complexType name="AgencyClearanceRequestType">
  <xs:sequence>
    <xs:element name="POS" type="PosType" minOccurs="1" nillable="false"/>
  </xs:sequence>
</xs:complexType>
Complex Type AgencyClearanceResponseType
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringAgency_xsd.tmp#AgencyClearanceResponseType_POS StringAgency_xsd.tmp#AgencyClearanceResponseType_Approved
Used by
Model
Children Approved, POS
Source
<xs:complexType name="AgencyClearanceResponseType">
  <xs:sequence>
    <xs:element name="POS" type="PosType" minOccurs="1" nillable="false"/>
    <xs:element name="Approved" type="xs:boolean"/>
  </xs:sequence>
</xs:complexType>