|
| Namespace |
http://string.drv.de/xmlschema/string |
|
Diagram
|
|
| Type |
extension of CommonServiceResponseType |
| Type hierarchy |
|
| Model
|
Identifier , Type{0,1} , StartDate , EndDate , Quantity{0,1} , AssignedTravellers{0,1} , Attributes* , PackageReference{0,1} , Product , State , CustomerRequests{0,1} , AdditionalInfos{0,1} , Data{0,1}
|
| 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> |
|
|
|