<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:attributeGroup ref="commonPowerAttributes" />
<xs:attribute name="role" use="optional" type="QCodeListType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the technical type of the electronic address - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleuri" use="optional" type="IRIListType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the technical type of the electronic address - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="tech" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The technical variant of the electronic address - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="techuri" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>The technical variant of the electronic address - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|