element -> <ePayment.31>
ePayment.31 Closest Relative/ Guardian Phone Number No No The phone number of the patient's closest relative or guardian E07_25 Optional
Namespace:
Type:
anonymous (extension of PhoneNumber)
Content:
simple, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<ePayment.31
    PhoneNumberType
 = 
("9913001" | "9913003" | "9913005" | "9913007" | "9913009")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ xs:string }
</ePayment.31>
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="ePayment.ClosestRelativeGuardianPhoneNumber" maxOccurs="unbounded" minOccurs="0" name="ePayment.31">
<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:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
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"/>

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"/>