complexType atis:PhoneInformation
diagram
namespace http://www.ATIS-Draft-03-00-79
children use internationalAccessCode number extension
used by
elements Facilities/phones/phone InjuryData/phones/phone ShippingHeader/phone WasteLabel/phone atis:DirectoryDetailReply/phone atis:ContactInformation/phone atis:DirectoryEntry/phone atis:RouteStatus/phone
source <xs:complexType name="PhoneInformation">
 
<xs:sequence>
   
<xs:element name="use" type="PhoneRole" minOccurs="0"/>
   
<xs:element name="internationalAccessCode" type="InternationalAccessCode" minOccurs="0"/>
   
<xs:element name="number" type="Phone"/>
   
<xs:element name="extension" type="Extension" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element atis:PhoneInformation/use
diagram
type atis:PhoneRole
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="use" type="PhoneRole" minOccurs="0"/>

element atis:PhoneInformation/internationalAccessCode
diagram
type atis:InternationalAccessCode
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 3
pattern \d*
source <xs:element name="internationalAccessCode" type="InternationalAccessCode" minOccurs="0"/>

element atis:PhoneInformation/number
diagram
type atis:Phone
properties
isRef 0
content simple
facets
minLength 4
maxLength 15
pattern \d*
source <xs:element name="number" type="Phone"/>

element atis:PhoneInformation/extension
diagram
type atis:Extension
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 4
pattern \d*
source <xs:element name="extension" type="Extension" minOccurs="0"/>


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