element -> <dContact.10>
dContact.10 Agency Contact Phone Number No Yes Agency contact phone number. D02_08 Recommended
Namespace:
Type:
anonymous (extension of PhoneNumber)
Content:
simple, 3 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 3 attributes
Content Model Diagram
XML Representation Summary
<dContact.10
    PhoneNumberType
 = 
("9913001" | "9913003" | "9913005" | "9913007" | "9913009")
    CorrelationID
 = 
xs:string
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ xs:string }
</dContact.10>
Simple Content Detail:
Pattern:
[2-9][0-9][0-9]-[2-9][0-9][0-9]-[0-9][0-9][0-9][0-9]

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  PhoneNumber (extension)
      complexType
Derivation:
extension of PhoneNumber
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dContact.AgencyContactPhoneNumber" maxOccurs="unbounded" minOccurs="0" name="dContact.10" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PhoneNumber">
<xs:attribute name="PhoneNumberType" type="PhoneNumberType" use="optional"/>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 3/3)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>

NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003" | "7701005"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>

PhoneNumberType
Type:
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"9913001"
 - 
Fax
"9913003"
 - 
Home
"9913005"
 - 
Mobile
"9913007"
 - 
Pager
"9913009"
 - 
Work
XML Source (see within schema source)
<xs:attribute name="PhoneNumberType" type="PhoneNumberType" use="optional"/>