complexType TelephoneContactType
diagram FficeMessage_diagrams/FficeMessage_p63.png
namespace http://www.fixm.aero/base/4.2
children fb:extension fb:facsimile fb:voice
used by
element ContactInformationType/phoneFax
annotation
documentation
Telephone numbers at which the organisation or individual may be contacted.  From ISO19115-2003. [AIXM 5.1]
source <xs:complexType name="TelephoneContactType">
 
<xs:annotation>
   
<xs:documentation>Telephone numbers at which the organisation or individual may be contacted.  From ISO19115-2003. [AIXM 5.1]</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="extension" type="fb:TelephoneContactExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="facsimile" type="fb:TextPhoneType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The telephone number of a facsimile machine for the responsible organisation or individual.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="voice" type="fb:TextPhoneType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The telephone number by which individuals can speak to the responsible organisation or individual.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element TelephoneContactType/extension
diagram FficeMessage_diagrams/FficeMessage_p64.png
namespace http://www.fixm.aero/base/4.2
type fb:TelephoneContactExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="fb:TelephoneContactExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element TelephoneContactType/facsimile
diagram FficeMessage_diagrams/FficeMessage_p65.png
namespace http://www.fixm.aero/base/4.2
type fb:TextPhoneType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 1
maxLength 500
pattern  (\+)?[0-9\s\-\(\)]+
annotation
documentation
The telephone number of a facsimile machine for the responsible organisation or individual.
source <xs:element name="facsimile" type="fb:TextPhoneType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The telephone number of a facsimile machine for the responsible organisation or individual.</xs:documentation>
 
</xs:annotation>
</xs:element>

element TelephoneContactType/voice
diagram FficeMessage_diagrams/FficeMessage_p66.png
namespace http://www.fixm.aero/base/4.2
type fb:TextPhoneType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 1
maxLength 500
pattern  (\+)?[0-9\s\-\(\)]+
annotation
documentation
The telephone number by which individuals can speak to the responsible organisation or individual.
source <xs:element name="voice" type="fb:TextPhoneType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The telephone number by which individuals can speak to the responsible organisation or individual.</xs:documentation>
 
</xs:annotation>
</xs:element>


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