http://exchangenetwork.net/schemas/owwqx/1.0
simpleType ElectronicAddressTypeNameDataType

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://exchangenetwork.net/schemas/owwqx/1.0}ElectronicAddressTypeNameDataType (restriction)

Properties
This component is not nillable.

Model

('Email' | 'Internet' | 'Intranet' | '')maximum length: 8


Source
<xsd:simpleType name="ElectronicAddressTypeNameDataType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="8"/>
<xsd:enumeration value="Email"/>
<xsd:enumeration value="Internet"/>
<xsd:enumeration value="Intranet"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.