complexType FlightSupplier
diagram pscev_p780.png
type extension of xs:string
properties
base xs:string
used by
element FareSummary/SupplierId
attributes
Name  Type  Use  Default  Fixed  annotation
OfficeIdxs:stringoptional      
PCCOrOfficeIdxs:stringoptional      
source <xs:complexType name="FlightSupplier">
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="OfficeId" type="xs:string" use="optional"/>
     
<xs:attribute name="PCCOrOfficeId" type="xs:string" use="optional"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute FlightSupplier/@OfficeId
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="OfficeId" type="xs:string" use="optional"/>

attribute FlightSupplier/@PCCOrOfficeId
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="PCCOrOfficeId" type="xs:string" use="optional"/>


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