1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| <xs:attributeGroup name="TelephoneInfoGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Information about a telephone number, including the actual number and its usage.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="TelephoneGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Detailed telephone information.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="DefaultIndGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the receiving system should assume the default value if the user specifies no overriding value or action.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="RPH" type="RPH_Type" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used elsewhere in the message to reference a specific telephone number (including faxes).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |
Partager