em:ResourceSchedule
A name for the container with schedule information specific to arrivals, departures, availability, committed date, etc.
Element information
Namespace: http://release.niem.gov/niem/domains/emergencyManagement/3.1/
Schema document: domains/emergencyManagement/3.1/emergencyManagement.xsd
Type: em:ResourceScheduleType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- em:ResourceActualArrivalDateTime [0..*]An actual date of arrival of the resource a Report To Location.
- em:ResourceActualDepartureDateTime [0..*]An actual date when the resource departs from its current location for transit to a Report To Location.
- em:ResourceAnticipatedReturnDateTime [0..*]A date when the resource is expected to be returned or DEMOBed. Completed for a Request Resource. This element with the Requested Arrival Date / Time provides the estimated duration of resource deployment.
- em:ResourceAvailableDate [0..*]A date when the resource is available for use. Completed in response to a resource message.
- em:ResourceCommittedDate [0..*]A date when specified resource is committed to a request or order. Completed in response to a resource message. Specified resource is no longer available to be applied to other resource requests
- em:ResourceEstimatedArrivalDateTime [0..*]A date when the resource is expected to arrive at its Report To Location.
- em:ResourceEstimatedDepartureDateTime [0..*]A date when the resource is expected to depart from its current location for transit to a Report-to Location
- em:ResourceRequestedArrivalDateTime [0..*]A date when the resource is needed. Completed for Resource requests, returns, etc.
- em:ResourceScheduleAugmentationPointAbstract [0..*]An augmentation point for ResourceScheduleType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group em:ResourceScheduleAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Used in
- Type em:ResourceInformationType (Element em:ResourceInformation)
Sample instance
<em:ResourceSchedule> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <em:ResourceActualArrivalDateTime>2000-01-01T12:00:00</em:ResourceActualArrivalDateTime> <em:ResourceActualDepartureDateTime>2000-01-01T12:00:00</em:ResourceActualDepartureDateTime> <em:ResourceAnticipatedReturnDateTime>2000-01-01T12:00:00</em:ResourceAnticipatedReturnDateTime> <em:ResourceAvailableDate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <intel:DayDate>---31</intel:DayDate> <nc:DateAccuracy>any content</nc:DateAccuracy> <nc:DateMarginOfErrorDuration>P1Y2M3DT10H</nc:DateMarginOfErrorDuration> <nc:DateAugmentationPoint>any content</nc:DateAugmentationPoint> </em:ResourceAvailableDate> <em:ResourceCommittedDate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <intel:DayDate>---31</intel:DayDate> <nc:DateAccuracy>any content</nc:DateAccuracy> <nc:DateMarginOfErrorDuration>P1Y2M3DT10H</nc:DateMarginOfErrorDuration> <nc:DateAugmentationPoint>any content</nc:DateAugmentationPoint> </em:ResourceCommittedDate> <em:ResourceEstimatedArrivalDateTime>2000-01-01T12:00:00</em:ResourceEstimatedArrivalDateTime> <em:ResourceEstimatedDepartureDateTime>2000-01-01T12:00:00</em:ResourceEstimatedDepartureDateTime> <em:ResourceRequestedArrivalDateTime>2000-01-01T12:00:00</em:ResourceRequestedArrivalDateTime> <em:ResourceScheduleAugmentationPoint>any content</em:ResourceScheduleAugmentationPoint> </em:ResourceSchedule>