Cards can be of different types, such as Frequent travel cards, commercial cards or passes |
<xs:group name="CardGroup"> <xs:annotation> <xs:documentation>Cards can be of different types, such as Frequent travel cards, commercial cards or passes</xs:documentation> </xs:annotation> <xs:choice> <xs:annotation> <xs:documentation>One or many</xs:documentation> </xs:annotation> <xs:element ref="Card"/> <xs:element ref="Cards"/> </xs:choice> </xs:group> |