Event
Specifies details about a specific occurrence in time
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: EventType
Properties: Global, Qualified, ID: oagis-id-30857d6c465e450e8a87552ab6d0b4d2
Content
- Sequence [1..1]
- StartDateTime [0..1] Start timestamp indicating the starting point of the event.
- Duration [0..1] Indicates the duration of time as represented by ISO 8601. Where the value space is a six dimensional space where the coordinates designate the Gregorian year, month, day, hour, minute, and second. The number of seconds can include decimal digits to arbitary pecision.
- EndDateTime [0..1] Is the ending timestamp of the event.
- Description [0..*]
- Extension [0..1] Allows the user of OAGIS to extend the specification in order to provide additional information that is not captured in OAGIS.This is done by defining the additional information in XML Schema and referencing the new schema in the xml instance document through the use of namespaces. Once this is done the additional information defined there can be carried in the BOD XML instance document.The Open Applications Group will make best efforts to quickly consider all proposed submissions.The Extension is always the last element in all components, except where the component has been extended inline.
from type IdentificationTypefrom type EventBaseType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType |
Used in
- Type CommercialInvoiceHeaderBaseType
- Type CommercialInvoiceHeaderType via extension of CommercialInvoiceHeaderBaseType (Element CommercialInvoiceHeader)
- Type FreightInvoiceHeaderBaseType
- Type FreightInvoiceHeaderType via extension of FreightInvoiceHeaderBaseType (Element FreightInvoiceHeader)
- Type FreightInvoiceLineBaseType
- Type FreightInvoiceLineType via extension of FreightInvoiceLineBaseType (Element FreightInvoiceLine)
- Type HazardousMaterialShipmentDocumentHeaderBaseType
- Type HazardousMaterialShipmentDocumentHeaderType via extension of HazardousMaterialShipmentDocumentHeaderBaseType (Element HazardousMaterialShipmentDocumentHeader)
- Type InvoiceHeaderBaseType
- Type InvoiceHeaderType via extension of InvoiceHeaderBaseType (Element InvoiceHeader)
- Type PurchaseOrderHeaderBaseType
- Type PurchaseOrderHeaderType via extension of PurchaseOrderHeaderBaseType (Element PurchaseOrderHeader)
- Type PurchaseOrderLineBaseType
- Type PurchaseOrderLineType via extension of PurchaseOrderLineBaseType (Element PurchaseOrderLine)
- Type PurchaseOrderSubLineBaseType
- Type PurchaseOrderSubLineType via extension of PurchaseOrderSubLineBaseType (Element PurchaseOrderSubLine)
- Type ShipmentHeaderBaseType
- Type ShipmentHeaderType via extension of ShipmentHeaderBaseType (Element ShipmentHeader)
- Type ShippersExportDeclarationHeaderBaseType
- Type ShippersExportDeclarationHeaderType via extension of ShippersExportDeclarationHeaderBaseType (Element ShippersExportDeclarationHeader)
- Type ShippersLetterOfInstructionHeaderBaseType
- Type ShippersLetterOfInstructionHeaderType via extension of ShippersLetterOfInstructionHeaderBaseType (Element ShippersLetterOfInstructionHeader)
Sample instance
<Event> <ID/> <IDSet> <ID/> </IDSet> <StartDateTime></StartDateTime> <Duration>P1Y2M3DT10H</Duration> <EndDateTime></EndDateTime> <Description/> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </Event>