A client corresponds to a physical persons, by opposition to customers which are moral persons |
Element | Clients |
Complex Type | CustomerType |
<xs:group name="ClientGroup"> <xs:annotation> <xs:documentation>A client corresponds to a physical persons, by opposition to customers which are moral persons</xs:documentation> </xs:annotation> <xs:choice> <xs:annotation> <xs:documentation>One or many</xs:documentation> </xs:annotation> <xs:element ref="Client"/> <xs:element ref="Clients"/> </xs:choice> </xs:group> |