Showing:

Diagrams
Model
Properties
Source
Included schema StringCarrental.xsd
Namespace http://string.drv.de/xmlschema/string
Properties
attribute form default unqualified
element form default qualified
Element CarrentalRequestType / Data
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringCarrentalTypes_xsd.tmp#CommonCarRentalDataType
Type CommonCarRentalDataType
Properties
content complex
minOccurs 0
nillable true
Source
<xs:element name="Data" type="CommonCarRentalDataType" nillable="true" minOccurs="0"/>
Element CarrentalResponseType / Data
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringCarrentalTypes_xsd.tmp#CommonCarRentalDataType
Type CommonCarRentalDataType
Properties
content complex
minOccurs 0
nillable true
Source
<xs:element name="Data" type="CommonCarRentalDataType" nillable="true" minOccurs="0"/>
Complex Type CarrentalRequestType
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 StringCarrental_xsd.tmp#CarrentalRequestType_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="CarrentalRequestType">
  <xs:complexContent>
    <xs:extension base="CommonServiceRequestType">
      <xs:sequence>
        <xs:element name="Data" type="CommonCarRentalDataType" nillable="true" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type CarrentalResponseType
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 StringCarrental_xsd.tmp#CarrentalResponseType_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="CarrentalResponseType">
  <xs:complexContent>
    <xs:extension base="CommonServiceResponseType">
      <xs:sequence>
        <xs:element name="Data" type="CommonCarRentalDataType" nillable="true" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>