simpleType EmailAddressType
type restriction of xs:string
properties
base xs:string
used by
elements CountrySpecificShareClassDataATType/OeKBStammdatenblatt/EMail DataSupplierType/Contact/Email AddressType/Email
facets
Kind Value Annotation
pattern [_\-a-zA-Z0-9\.\+]+@[a-zA-Z0-9](\.?[\-a-zA-Z0-9]*[a-zA-Z0-9])*
source <xs:simpleType name="EmailAddressType">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[_\-a-zA-Z0-9\.\+]+@[a-zA-Z0-9](\.?[\-a-zA-Z0-9]*[a-zA-Z0-9])*"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy