Showing:

Diagrams
Model
Properties
Source
Included schema StringCruise.xsd
Namespace http://string.drv.de/xmlschema/string
Properties
attribute form default unqualified
element form default qualified
Element CruiseRequestType / Data
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringCruiseTypes_xsd.tmp#CommonCruiseDataType
Type CommonCruiseDataType
Properties
content complex
minOccurs 0
nillable true
Source
<xs:element name="Data" type="CommonCruiseDataType" nillable="true" minOccurs="0"/>
Element CruiseResponseType / Data
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringCruiseTypes_xsd.tmp#CommonCruiseDataType
Type CommonCruiseDataType
Properties
content complex
minOccurs 0
nillable true
Source
<xs:element name="Data" type="CommonCruiseDataType" nillable="true" minOccurs="0"/>
Complex Type CruiseRequestType
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 StringCruise_xsd.tmp#CruiseRequestType_Data
Type extension of CommonServiceRequestType
Type hierarchy
Model
Children AssignedTravellers, Attributes, CustomerRequests, Data, EndDate, Identifier, PackageReference, Product, Quantity, RequestedPrices, StartDate, Type
Source
<xs:complexType name="CruiseRequestType">
  <xs:complexContent>
    <xs:extension base="CommonServiceRequestType">
      <xs:sequence>
        <xs:element name="Data" type="CommonCruiseDataType" nillable="true" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type CruiseResponseType
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#CommonServiceResponseType_Product StringCommonService_xsd.tmp#CommonServiceResponseType_State StringCommonService_xsd.tmp#CommonServiceResponseType_CustomerRequests StringCommonService_xsd.tmp#CommonServiceResponseType_AdditionalInfos StringCommonService_xsd.tmp#CommonServiceResponseType StringCruise_xsd.tmp#CruiseResponseType_Data
Type extension of CommonServiceResponseType
Type hierarchy
Model
Children AdditionalInfos, AssignedTravellers, Attributes, CustomerRequests, Data, EndDate, Identifier, PackageReference, Product, Quantity, StartDate, State, Type
Source
<xs:complexType name="CruiseResponseType">
  <xs:complexContent>
    <xs:extension base="CommonServiceResponseType">
      <xs:sequence>
        <xs:element name="Data" type="CommonCruiseDataType" nillable="true" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>