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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

em:Resource

Element information

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

Schema document: niem-constrained/domains/emergencyManagement/2.0/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 <Resource Keyword> if available.
    4. em:ResourceDescriptionText [0..1]Free Text alternative to "Resource Keyword" (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:IDThe id attribute is used to define XML IDs for NIEM objects. These IDs may be targets of reference elements, metadata attributes, and link metadata attributes.from type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSThe attribute metadata allows an object to point to metadata that affects itself.from type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSThe linkMetadata attribute allows an element to point to metadata that affects the relationship between the context and the value of the object.from 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>