Definition Type: ComplexType
Name: EMailType
Namespace: http://www.openapplications.org/oagis/9
Type: oagis: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_xsd1XSD Diagram of EMailType in schema components_xsd1 (Standards for Technology in Automotive Retail)
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 oagis:format Optional
Collapse Derivation Tree: