Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Included schema sElement_v3.xsd
Namespace http://www.nemsis.org
Properties
attribute form default unqualified
element form default qualified
Element sElement / sElement.01
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>sElement.01</number>
  <name>State Collected Element</name>
  <national>Yes</national>
  <state>Yes</state>
  <definition>The data elements that the state collects or requires.</definition>
  <usage>Required</usage>
  <comment>Used to configure the agency demographic and patient care report data elements that are to be collected and reported to the state by EMS agencies within the state.</comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#StateRequiredElementsElement_v3_xsd.tmp#sElement_sElement_sElement.01_NV
Type extension of StateRequiredElement
Type hierarchy
Properties
content complex
maxOccurs unbounded
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded) optional
Source
<xs:element name="sElement.01" id="sElement.sStateCollectedElement" nillable="true" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>sElement.01</number>
        <name>State Collected Element</name>
        <national>Yes</national>
        <state>Yes</state>
        <definition>The data elements that the state collects or requires.</definition>
        <usage>Required</usage>
        <comment>Used to configure the agency demographic and patient care report data elements that are to be collected and reported to the state by EMS agencies within the state.</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="StateRequiredElement">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Complex Type sElement
Namespace http://www.nemsis.org
Diagram
DiagramsElement_v3_xsd.tmp#sElement_sElement.01
Used by
Model
Children sElement.01
Source
<xs:complexType name="sElement" id="sElementInformation">
  <xs:sequence>
    <xs:element name="sElement.01" id="sElement.sStateCollectedElement" nillable="true" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>sElement.01</number>
            <name>State Collected Element</name>
            <national>Yes</national>
            <state>Yes</state>
            <definition>The data elements that the state collects or requires.</definition>
            <usage>Required</usage>
            <comment>Used to configure the agency demographic and patient care report data elements that are to be collected and reported to the state by EMS agencies within the state.</comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="StateRequiredElement">
            <xs:attribute name="NV" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
              </xs:simpleType>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Attribute sElement / sElement.01 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
  </xs:simpleType>
</xs:attribute>