diagram | ![]() |
||||||||||||||
children | RuleKey | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | strlist | ||
annotation |
|
||
source | <s:attribute name="CategoryNumbers" type="strlist"> <s:annotation> <s:documentation>Return only listed rule categories</s:documentation> </s:annotation> </s:attribute> |
diagram | ![]() |
||||||
type | restriction of s:string | ||||||
properties |
|
||||||
facets |
|
||||||
source | <s:element name="RuleKey" maxOccurs="unbounded"> <s:simpleType> <s:restriction base="s:string"> <s:whiteSpace value="preserve"/> </s:restriction> </s:simpleType> </s:element> |