<xs:complexType name="ElectronicAddressType">
<xs:annotation>
<xs:documentation>The type for an electronic address</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 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 electronic address - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|