complexType FareTypeQualifier
diagram pscev_p678.png
type extension of xs:string
properties
base xs:string
used by
element FareTypeQualifiers/FareTypeQualifier
attributes
Name  Type  Use  Default  Fixed  annotation
Codexs:stringrequired      
SupplierIDSupplierID      
CorporateCodexs:string      
SequenceSequence      
Descriptionxs:string      
source <xs:complexType name="FareTypeQualifier">
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="Code" type="xs:string" use="required"/>
     
<xs:attribute name="SupplierID" type="SupplierID"/>
     
<xs:attribute name="CorporateCode" type="xs:string"/>
     
<xs:attribute name="Sequence" type="Sequence"/>
     
<xs:attribute name="Description" type="xs:string"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute FareTypeQualifier/@Code
type xs:string
properties
isRef 0
use required
source <xs:attribute name="Code" type="xs:string" use="required"/>

attribute FareTypeQualifier/@SupplierID
type SupplierID
properties
isRef 0
facets
Kind Value annotation 
minLength 
maxLength 
source <xs:attribute name="SupplierID" type="SupplierID"/>

attribute FareTypeQualifier/@CorporateCode
type xs:string
properties
isRef 0
source <xs:attribute name="CorporateCode" type="xs:string"/>

attribute FareTypeQualifier/@Sequence
type Sequence
properties
isRef 0
source <xs:attribute name="Sequence" type="Sequence"/>

attribute FareTypeQualifier/@Description
type xs:string
properties
isRef 0
source <xs:attribute name="Description" type="xs:string"/>


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