<xs:complexType name="OtherContact">
<xs:sequence>
<xs:element name="preference-order" type="commons:preferenceOrderType">
<xs:annotation>
<xs:documentation>
Indicates the preference order within all the ContactMethods.
Highest preference is 0.
</xs:documentation>
<xs:appinfo>
<retsid>100065</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="other-preference-order" type="commons:preferenceOrderType">
<xs:annotation>
<xs:documentation>
Indicates the preference order within the other contact methods.
Highest preference is 0.
</xs:documentation>
<xs:appinfo>
<retsid>100066</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Details" type="xs:string">
<xs:annotation>
<xs:documentation>
Alternate raw contact string for sms, email page
or other addressable technology.
</xs:documentation>
<xs:appinfo>
<retsid>100067</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute ref="commons:privacyType" use="optional">
<xs:annotation>
<xs:documentation>
Provide a level of privacy for this phone number.
</xs:documentation>
<xs:appinfo>
<retsid>100068</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|