attributeGroup RailServiceType
used by
complexTypes RailCouponType RailSegmentDetailsType
attributes
Name  Type  Use  Default  Fixed  Annotation
SeatType  derived by: s:string        
documentation
Seat type
  Lower
  Upper
ServiceClass  s:string        
MealType  s:string        
source <s:attributeGroup name="RailServiceType">
 
<s:attribute name="SeatType">
   
<s:annotation>
     
<s:documentation>Seat type
  Lower
  Upper
</s:documentation>
   
</s:annotation>
   
<s:simpleType>
     
<s:restriction base="s:string">
       
<s:enumeration value="Lower"/>
       
<s:enumeration value="Upper"/>
     
</s:restriction>
   
</s:simpleType>
 
</s:attribute>
 
<s:attribute name="ServiceClass" type="s:string"/>
 
<s:attribute name="MealType" type="s:string"/>
</s:attributeGroup>

attribute RailServiceType/@SeatType
type restriction of s:string
facets
Kind Value Annotation
enumeration Lower
enumeration Upper
annotation
documentation
Seat type
  Lower
  Upper
source <s:attribute name="SeatType">
 
<s:annotation>
   
<s:documentation>Seat type
  Lower
  Upper
</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:enumeration value="Lower"/>
     
<s:enumeration value="Upper"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute RailServiceType/@ServiceClass
type s:string
source <s:attribute name="ServiceClass" type="s:string"/>

attribute RailServiceType/@MealType
type s:string
source <s:attribute name="MealType" type="s:string"/>


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