element -> <eExam.02>
eExam.02 Length Based Tape Measure No Yes The length-based color as taken from the tape. E16_02 Recommended Pediatric Yes
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eExam complexType in eExam_v3.xsd; see XML source
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eExam.02
    NV
 = 
("7701001" | "7701003" | "7701005")
    PN
 = 
("8801019" | "8801023")
    >
   
Content: 
{ enumeration of xs:string }
</eExam.02>
Simple Content Detail:
Enumeration:
"3502001"
 - 
Blue
"3502003"
 - 
Green
"3502005"
 - 
Grey
"3502007"
 - 
Orange
"3502009"
 - 
Pink
"3502011"
 - 
Purple
"3502013"
 - 
Red
"3502015"
 - 
White
"3502017"
 - 
Yellow

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  BroselowLutenColor (extension)
      complexType
Derivation:
extension of BroselowLutenColor
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eExam.LengthBasedTapeMeasure" minOccurs="0" name="eExam.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="BroselowLutenColor">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
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>

PN
Type:
Use:
optional
Attribute Value
"8801019" | "8801023"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
</xs:simpleType>
</xs:attribute>