element -> <ePayment.50>
ePayment.50 CMS Service Level Yes Yes The CMS service level for this EMS encounter. E07_34 Required Airway Pediatric STEMI Stroke Trauma
Namespace:
Type:
anonymous (extension of CMSServiceLevel)
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within ePayment complexType in ePayment_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<ePayment.50
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</ePayment.50>
Simple Content Detail:
Enumeration:
"2650001"
 - 
ALS, Level 1
"2650003"
 - 
ALS, Level 1 Emergency
"2650005"
 - 
ALS, Level 2
"2650007"
 - 
BLS
"2650009"
 - 
BLS, Emergency
"2650011"
 - 
Fixed Wing (Airplane)
"2650013"
 - 
Paramedic Intercept
"2650015"
 - 
Specialty Care Transport
"2650017"
 - 
Rotary Wing (Helicopter)

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  CMSServiceLevel (extension)
      complexType
Derivation:
extension of CMSServiceLevel
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePayment.CMSServiceLevel" name="ePayment.50" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CMSServiceLevel">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
<!-- NV.NotReporting -->
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
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:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
<!-- NV.NotReporting -->
</xs:simpleType>
</xs:attribute>