Elements | agents, partiesType/agents |
<xs:complexType name="agentsType"> <xs:choice> <xs:element name="customer-number" type="exch:customer-numberType"/> <xs:element name="agent" type="exch:agentType" maxOccurs="unbounded"/> </xs:choice> </xs:complexType> |