used by | |||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <s:attributeGroup name="BagAllowanceType"> <s:annotation> <s:documentation>Baggage allowance with concept code, e.g. 20K</s:documentation> </s:annotation> <s:attribute name="BagType"> <s:annotation> <s:documentation>Allowance type: KG - kilograms LB - pounds PC - peaces NO - no free baggage</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="KG"/> <s:enumeration value="LB"/> <s:enumeration value="PC"/> <s:enumeration value="NO"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="BagAllowance" type="s:int"> <s:annotation> <s:documentation>Allowance value</s:documentation> </s:annotation> </s:attribute> </s:attributeGroup> |
type | restriction of s:string | |||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <s:attribute name="BagType"> <s:annotation> <s:documentation>Allowance type: KG - kilograms LB - pounds PC - peaces NO - no free baggage</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="KG"/> <s:enumeration value="LB"/> <s:enumeration value="PC"/> <s:enumeration value="NO"/> </s:restriction> </s:simpleType> </s:attribute> |
type | s:int | ||
annotation |
|
||
source | <s:attribute name="BagAllowance" type="s:int"> <s:annotation> <s:documentation>Allowance value</s:documentation> </s:annotation> </s:attribute> |