<element name="AlternativeCommunicationMethod">
<annotation>
<documentation>Additional methods of communication, ie., fax, printer, cell phone, in addition to those specifically listed elsewhere in contact or address information.</documentation>
</annotation>
<complexType>
<annotation>
<documentation>Unique definitions defined previously in OFSP-Lib begin with: communicationMethodType</documentation>
</annotation>
<simpleContent>
<extension base="string">
<attribute name="alternativeCommunicationMethodIndicator" type="pidx:AlternativeCommunicationMethodIndicatorType" use="required" />
<attribute name="communicationMethodType" type="pidx:CommunicationMethodType" use="required">
<annotation>
<documentation>Identifies which kind of communication is beging given.</documentation>
</annotation>
</attribute>
<attribute name="definitionOfOther" type="string" use="optional">
<annotation>
<documentation>Identifies what "Other" is if chosen from an attribute enumeration list</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
|