simpleType TextAddressType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
elements PostalAddressType/deliveryPoint OnlineContactType/email OnlineContactType/linkage
facets
Kind Value Annotation
minLength 1
maxLength 500
annotation
documentation
Basis for e-mail and street addresses. [FIXM]
source <xs:simpleType name="TextAddressType">
 
<xs:annotation>
   
<xs:documentation>Basis for e-mail and street addresses. [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="500"/>
 
</xs:restriction>
</xs:simpleType>


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