Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema StringPackage.xsd
Namespace http://string.drv.de/xmlschema/string
Properties
attribute form default unqualified
element form default qualified
Element PackagesRequestType / Package
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringPackage_xsd.tmp#PackageRequestType_Details StringPackage_xsd.tmp#PackageRequestType
Type PackageRequestType
Properties
content complex
minOccurs 0
maxOccurs unbounded
nillable true
Model
Children Details
Instance
<Package xmlns="http://string.drv.de/xmlschema/string">
  <Details>{1,1}</Details>
</Package>
Source
<xs:element name="Package" type="PackageRequestType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
Element PackageRequestType / Details
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringCommonService_xsd.tmp#CommonServiceType_Identifier StringCommonService_xsd.tmp#CommonServiceType_Type StringCommonService_xsd.tmp#CommonServiceType_StartDate StringCommonService_xsd.tmp#CommonServiceType_EndDate StringCommonService_xsd.tmp#CommonServiceType_Quantity StringCommonService_xsd.tmp#CommonServiceType_AssignedTravellers StringCommonService_xsd.tmp#CommonServiceType_Attributes StringCommonService_xsd.tmp#CommonServiceType_PackageReference StringCommonService_xsd.tmp#CommonServiceType StringCommonService_xsd.tmp#CommonServiceRequestType_Product StringCommonService_xsd.tmp#CommonServiceRequestType_RequestedPrices StringCommonService_xsd.tmp#CommonServiceRequestType_CustomerRequests StringCommonService_xsd.tmp#CommonServiceRequestType
Type CommonServiceRequestType
Type hierarchy
Properties
content complex
Model
Children AssignedTravellers, Attributes, CustomerRequests, EndDate, Identifier, PackageReference, Product, Quantity, RequestedPrices, StartDate, Type
Instance
<Details xmlns="http://string.drv.de/xmlschema/string">
  <Identifier>{1,1}</Identifier>
  <Type>{0,1}</Type>
  <StartDate>{1,1}</StartDate>
  <EndDate>{1,1}</EndDate>
  <Quantity>{0,1}</Quantity>
  <AssignedTravellers>{0,1}</AssignedTravellers>
  <Attributes>{0,unbounded}</Attributes>
  <PackageReference>{0,1}</PackageReference>
  <Product>{1,1}</Product>
  <RequestedPrices>{0,1}</RequestedPrices>
  <CustomerRequests>{0,1}</CustomerRequests>
</Details>
Source
<xs:element name="Details" type="CommonServiceRequestType"/>
Element PackagesResponseType / Package
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringPackage_xsd.tmp#PackageResponseType_Details StringPackage_xsd.tmp#PackageResponseType
Type PackageResponseType
Properties
content complex
minOccurs 0
maxOccurs unbounded
nillable true
Model
Children Details
Instance
<Package xmlns="http://string.drv.de/xmlschema/string">
  <Details>{1,1}</Details>
</Package>
Source
<xs:element name="Package" type="PackageResponseType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
Element PackageResponseType / Details
Namespace http://string.drv.de/xmlschema/string
Annotations
Details of included services can be found in Services section
Diagram
Diagram StringCommonService_xsd.tmp#CommonServiceType_Identifier StringCommonService_xsd.tmp#CommonServiceType_Type StringCommonService_xsd.tmp#CommonServiceType_StartDate StringCommonService_xsd.tmp#CommonServiceType_EndDate StringCommonService_xsd.tmp#CommonServiceType_Quantity StringCommonService_xsd.tmp#CommonServiceType_AssignedTravellers StringCommonService_xsd.tmp#CommonServiceType_Attributes StringCommonService_xsd.tmp#CommonServiceType_PackageReference StringCommonService_xsd.tmp#CommonServiceType StringCommonService_xsd.tmp#CommonServiceResponseType_Product StringCommonService_xsd.tmp#CommonServiceResponseType_State StringCommonService_xsd.tmp#CommonServiceResponseType_CustomerRequests StringCommonService_xsd.tmp#CommonServiceResponseType_AdditionalInfos StringCommonService_xsd.tmp#CommonServiceResponseType
Type CommonServiceResponseType
Type hierarchy
Properties
content complex
Model
Children AdditionalInfos, AssignedTravellers, Attributes, CustomerRequests, EndDate, Identifier, PackageReference, Product, Quantity, StartDate, State, Type
Instance
<Details xmlns="http://string.drv.de/xmlschema/string">
  <Identifier>{1,1}</Identifier>
  <Type>{0,1}</Type>
  <StartDate>{1,1}</StartDate>
  <EndDate>{1,1}</EndDate>
  <Quantity>{0,1}</Quantity>
  <AssignedTravellers>{0,1}</AssignedTravellers>
  <Attributes>{0,unbounded}</Attributes>
  <PackageReference>{0,1}</PackageReference>
  <Product>{1,1}</Product>
  <State>{1,1}</State>
  <CustomerRequests>{0,1}</CustomerRequests>
  <AdditionalInfos>{0,1}</AdditionalInfos>
</Details>
Source
<xs:element name="Details" type="CommonServiceResponseType">
  <xs:annotation>
    <xs:documentation>Details of included services can be found in Services section</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type PackagesRequestType
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringPackage_xsd.tmp#PackagesRequestType_Package
Used by
Model
Children Package
Source
<xs:complexType name="PackagesRequestType">
  <xs:sequence>
    <xs:element name="Package" type="PackageRequestType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Complex Type PackageRequestType
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringPackage_xsd.tmp#PackageRequestType_Details
Used by
Model
Children Details
Source
<xs:complexType name="PackageRequestType">
  <xs:sequence>
    <xs:element name="Details" type="CommonServiceRequestType"/>
  </xs:sequence>
</xs:complexType>
Complex Type PackagesResponseType
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringPackage_xsd.tmp#PackagesResponseType_Package
Used by
Model
Children Package
Source
<xs:complexType name="PackagesResponseType">
  <xs:sequence>
    <xs:element name="Package" type="PackageResponseType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Complex Type PackageResponseType
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringPackage_xsd.tmp#PackageResponseType_Details
Used by
Model
Children Details
Source
<xs:complexType name="PackageResponseType">
  <xs:sequence>
    <xs:element name="Details" type="CommonServiceResponseType">
      <xs:annotation>
        <xs:documentation>Details of included services can be found in Services section</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>