Definition Type: ComplexType
Name: EMailType
Namespace: http://www.openapplications.org/oagis/9
Type: nsA:URIType
Containing Schema: Components.xsd
Abstract
Documentation:
Provides the email address to be associated with a given element.
Collapse XSD Schema Diagram:
Drilldown into format in schema components_xsdXSD Diagram of EMailType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="EMailType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">Provides the email address to be associated with a given element.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="URIType">
            <xsd:attribute name="format" type="EMailFormatCodeContentType" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
format nsA:format Optional
Collapse Derivation Tree: