simpleType CommunicationRefID
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
base xs:string
used by
elements eMail FaxNumber PhoneNumber TrainContactDetails
facets
Kind Value Annotation
minLength 1
maxLength 70
annotation
documentation
Identifier for communications contact reference (i.e. fax number, phone number, e-mail, URL)
source <xs:simpleType name="CommunicationRefID">
 
<xs:annotation>
   
<xs:documentation>Identifier for communications contact reference (i.e. fax number, phone number, e-mail, URL)</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="70"/>
   
<xs:minLength value="1"/>
 
</xs:restriction>
</xs:simpleType>


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