complexType FareType
diagram pscev_p677.png
type extension of xs:string
properties
base xs:string
used by
elements VehFare/FareType PostBookingVehicleFare/FareType
attributes
Name  Type  Use  Default  Fixed  annotation
Codexs:stringrequired      
annotation
documentation
Fares types
source <xs:complexType name="FareType">
 
<xs:annotation>
   
<xs:documentation>Fares types</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="Code" type="xs:string" use="required"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

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


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