complexType RulesRqType
diagram sigws_p459.png
children RuleKey
used by
element SIG_AirFareRulesRQ/Rules
attributes
Name  Type  Use  Default  Fixed  Annotation
CategoryNumbers  strlist        
documentation
Return only listed rule categories
annotation
documentation
Fare Rules request type
source <s:complexType name="RulesRqType">
 
<s:annotation>
   
<s:documentation>Fare Rules request type</s:documentation>
 
</s:annotation>
 
<s:sequence>
   
<s:element name="RuleKey" maxOccurs="unbounded">
     
<s:simpleType>
       
<s:restriction base="s:string">
         
<s:whiteSpace value="preserve"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:element>
 
</s:sequence>
 
<s:attribute name="CategoryNumbers" type="strlist">
   
<s:annotation>
     
<s:documentation>Return only listed rule categories</s:documentation>
   
</s:annotation>
 
</s:attribute>
</s:complexType>

attribute RulesRqType/@CategoryNumbers
type strlist
annotation
documentation
Return only listed rule categories
source <s:attribute name="CategoryNumbers" type="strlist">
 
<s:annotation>
   
<s:documentation>Return only listed rule categories</s:documentation>
 
</s:annotation>
</s:attribute>

element RulesRqType/RuleKey
diagram sigws_p460.png
type restriction of s:string
properties
minOcc 1
maxOcc unbounded
content simple
facets
Kind Value Annotation
whiteSpace preserve
source <s:element name="RuleKey" maxOccurs="unbounded">
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:whiteSpace value="preserve"/>
   
</s:restriction>
 
</s:simpleType>
</s:element>


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