complexType PSNotifications
diagram pscev_p636.png
children Notification
used by
elements AvailabilityQueryRS/Exceptions AvailabilityValidationRS/Exceptions BookingProductsRS/Exceptions BookingQueryRS/Exceptions BookingVoucherQueryRS/Exceptions AdditionalInfoQueryRS/Exceptions CancellationFeesQueryRS/Exceptions BookingCancellationRS/Exceptions LocationListQueryRS/Exceptions PSCEVBase/Notifications AvailabilityQueryRSTrip/Notifications SingleBooking/Notifications CancellationFeesQueryDetailsRS/Products/Notifications CancellationFeesQueryDetailsRSBooking/Notifications CancelledBooking/Notifications
annotation
documentation
Colección de notificaciones para PS
source <xs:complexType name="PSNotifications">
 
<xs:annotation>
   
<xs:documentation>Colección de notificaciones para PS</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Notification" maxOccurs="unbounded">
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="PSNotification">
           
<xs:attribute name="TripNumber" type="xs:int"/>
           
<xs:attribute name="ProductType" type="PSCodeType"/>
           
<xs:attribute name="TripProductId" type="xs:string"/>
         
</xs:extension>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PSNotifications/Notification
diagram pscev_p637.png
type extension of PSNotification
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children NotificationId NotificationType NotificationMessage NotificationDetailedMessage NotificationTime AdditionalInformation ErrorQualifier
attributes
Name  Type  Use  Default  Fixed  annotation
TripNumberxs:int      
ProductTypePSCodeType      
TripProductIdxs:string      
source <xs:element name="Notification" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="PSNotification">
       
<xs:attribute name="TripNumber" type="xs:int"/>
       
<xs:attribute name="ProductType" type="PSCodeType"/>
       
<xs:attribute name="TripProductId" type="xs:string"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute PSNotifications/Notification/@TripNumber
type xs:int
properties
isRef 0
source <xs:attribute name="TripNumber" type="xs:int"/>

attribute PSNotifications/Notification/@ProductType
type PSCodeType
properties
isRef 0
facets
Kind Value annotation 
minLength 
source <xs:attribute name="ProductType" type="PSCodeType"/>

attribute PSNotifications/Notification/@TripProductId
type xs:string
properties
isRef 0
source <xs:attribute name="TripProductId" type="xs:string"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy