complexType TelephoneContactType
diagram Nas_diagrams/Nas_p372.png
namespace http://www.fixm.aero/base/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension
used by
elements ContactInformationType/phoneFax TelephoneContact
attributes
Name  Type  Use  Default  Fixed  Annotation
facsimile  fb:TextPhoneType  optional      
documentation

                     The telephone number of a facsimile machine for the responsible organisation or individual.
                    
                 
voice  fb:TextPhoneType  optional      
documentation

                     The telephone number by which individuals can speak to the responsible organisation
                     or individual.
                 
annotation
documentation

            Telephone numbers at which the organisation or individual may be contacted.  From
            ISO19115-2003. [AIXM 5.1]
        
source <complexType name="TelephoneContactType">
 
<annotation>
   
<documentation>
            Telephone numbers at which the organisation or individual may be contacted.  From
            ISO19115-2003. [AIXM 5.1]
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<attribute name="facsimile" type="fb:TextPhoneType" use="optional">
       
<annotation>
         
<documentation>
                     The telephone number of a facsimile machine for the responsible organisation or individual.
                    
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="voice" type="fb:TextPhoneType" use="optional">
       
<annotation>
         
<documentation>
                     The telephone number by which individuals can speak to the responsible organisation
                     or individual.
                 
</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute TelephoneContactType/@facsimile
type fb:TextPhoneType
properties
use optional
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 <attribute name="facsimile" type="fb:TextPhoneType" use="optional">
 
<annotation>
   
<documentation>
                     The telephone number of a facsimile machine for the responsible organisation or individual.
                    
                 
</documentation>
 
</annotation>
</attribute>

attribute TelephoneContactType/@voice
type fb:TextPhoneType
properties
use optional
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 <attribute name="voice" type="fb:TextPhoneType" use="optional">
 
<annotation>
   
<documentation>
                     The telephone number by which individuals can speak to the responsible organisation
                     or individual.
                 
</documentation>
 
</annotation>
</attribute>


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