Definition Type: Element
Name: ReferenceId
Namespace: http://www.openapplications.org/oagis
Type: oa:ReferenceId
Containing Schema: Meta.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Enables the sending application to indicate the instance identifier of the event or task that caused the BOD to be created. This allows drill back from the BOD message into the sending application. The may be required in environments where an audit trail must be maintained for all transactions.
Collapse XSD Schema Diagram:
XSD Diagram of ReferenceId in schema meta_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:element name="ReferenceId" minOccurs="0">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Enables the sending application to indicate the instance identifier of the event or task that caused the BOD to be created. This allows drill back from the BOD message into the sending application. The may be required in environments where an audit trail must be maintained for all transactions.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="ReferenceId" />
    </xs:simpleType>
</xs:element>
Collapse Derivation Tree: