| Element | Telephones | 
| Element Group | ContactGroup | 
| Complex Type | EquipmentTelecomType | 
<xs:group name="TelephoneGroup"> <xs:choice> <xs:annotation> <xs:documentation>One or many</xs:documentation> </xs:annotation> <xs:element ref="Telephone"> <xs:annotation> <xs:documentation>Telephone number, possibly structured, qualification such as emergency, type ...</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Telephones"/> </xs:choice> </xs:group>  |