Schema Central  >  LEXS 4.0  >  emergencyManagement.xsd  >  em:Resource
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

em:Resource

Contains one or more defining attributes and any value from a discrete managed list that references the resource.

Element information

Namespace: http://niem.gov/niem/domains/emergencyManagement/2.1

Schema document: lexs.gov/niem/domains/emergencyManagement/2.1/emergencyManagement.xsd

Type: em:ResourceType

Properties: Global, Qualified, Nillable

Content

  • Sequence [1..1]
    1. nc:RoleOfPersonReference [0..1]A person of whom the role object is a function.
    2. nc:RoleOfItemReference [0..1]An entity of whom the role object is a function.
    3. em:ResourceName [0..1]A name or title of the resource. May be selected via the ResourceKeyword if available.
    4. em:ResourceDescriptionText [0..1]Free Text alternative to ResourceKeyword (or may be used in addition). Any description of resource or resource characteristics, situation requiring resource assistance, statement of mission resource must satisfy, or RFI text.

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

Sample instance

<em:Resource s:id="Resource2"
             s:metadata="MResource2">
   <nc:RoleOfPersonReference s:ref="Person2"/>
   <em:ResourceName>Doctor</em:ResourceName>
   <em:ResourceDescriptionText>Triage Doctor</em:ResourceDescriptionText>
</em:Resource>