<xs:complexType name="ElectronicAddressTechType">
<xs:annotation>
<xs:documentation>The type for an electronic address with a technical qualifier</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="role" type="QCodeListType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the electronic address.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="tech" type="QCodeType">
<xs:annotation>
<xs:documentation>The technical variant of the electronic address.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|