cbrn:OperatingSchedule
A schedule providing the beginning and ending hours of operation by weekday, for a designated time period.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:OperatingScheduleType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cbrn:ScheduleStartDateTime [0..*]A date when a schedule is effective.
- cbrn:ScheduleEndDateTime [0..*]A date when the schedule is no longer effective. If not provided, then the end date is considered to be indefinite. The end date, if provided, must be later than the start date.
- cbrn:ScheduleTimeZoneText [0..*]A text identification of the time zone that applies to a schedule.
- cbrn:OperatingScheduleAugmentationPointAbstract [0..*]An augmentation point for cbrn:OperatingScheduleType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group cbrn:OperatingScheduleAugmentationPoint
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 nc:ScheduleType (Elements nc:FacilityOperatingSchedule, nc:Schedule)
Substitution hierarchy
- nc:ScheduleAugmentationPoint
- can be substituted with cbrn:OperatingSchedule
Sample instance
<cbrn:OperatingSchedule> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:ScheduleStartDateTime>2000-01-01T12:00:00</cbrn:ScheduleStartDateTime> <cbrn:ScheduleEndDateTime>2000-01-01T12:00:00</cbrn:ScheduleEndDateTime> <cbrn:ScheduleTimeZoneText>string</cbrn:ScheduleTimeZoneText> <cbrn:OperatingScheduleAugmentationPoint>any content</cbrn:OperatingScheduleAugmentationPoint> </cbrn:OperatingSchedule>