complexType FareRestrictions
diagram pscev_p659.png
children FareRestriction
used by
elements Fare/FareRestrictions SelectedFare/FareRestrictions BookingFare/FareRestrictions PosBookingFare/FareRestrictions
annotation
documentation
Tipo complejo que representa un conjunto de restricciones para una tarifa
           
source <xs:complexType name="FareRestrictions">
 
<xs:annotation>
   
<xs:documentation>Tipo complejo que representa un conjunto de restricciones para una tarifa
           
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="FareRestriction" maxOccurs="unbounded">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:string">
           
<xs:attribute name="Type" type="xs:string" use="required"/>
           
<xs:attribute name="AgeType" type="PSCodeType" use="required"/>
           
<xs:attribute name="Qualifier" type="xs:string"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FareRestrictions/FareRestriction
diagram pscev_p660.png
type extension of xs:string
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
Typexs:stringrequired      
AgeTypePSCodeTyperequired      
Qualifierxs:string      
source <xs:element name="FareRestriction" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="Type" type="xs:string" use="required"/>
       
<xs:attribute name="AgeType" type="PSCodeType" use="required"/>
       
<xs:attribute name="Qualifier" type="xs:string"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute FareRestrictions/FareRestriction/@Type
type xs:string
properties
isRef 0
use required
source <xs:attribute name="Type" type="xs:string" use="required"/>

attribute FareRestrictions/FareRestriction/@AgeType
type PSCodeType
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 
source <xs:attribute name="AgeType" type="PSCodeType" use="required"/>

attribute FareRestrictions/FareRestriction/@Qualifier
type xs:string
properties
isRef 0
source <xs:attribute name="Qualifier" type="xs:string"/>


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