Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type AuditRecordType
Namespace urn:us:gov:ic:audit
Annotations
Type for all audit records.
Diagram
Diagram IC-ISM_xsd_Attribute_Group_SecurityAttributesOptionGroup.tmp#SecurityAttributesOptionGroup IC-AUDIT_xsd_Complex_Type_AuditRecordType.tmp#AuditRecordType_auditRecordType IC-NTK_xsd_Element_ntk_Access.tmp#Access IC-AUDIT_xsd_Element_Id.tmp#Id IC-AUDIT_xsd_Element_Creator.tmp#Creator IC-ISM_xsd_Element_NoticeList.tmp#NoticeList IC-AUDIT_xsd_Element_DateTime.tmp#DateTime IC-AUDIT_xsd_Element_NTPServer.tmp#NTPServer IC-AUDIT_xsd_Element_NTPLastUpdate.tmp#NTPLastUpdate IC-AUDIT_xsd_Element_SessionId.tmp#SessionId IC-AUDIT_xsd_Element_WorkflowId.tmp#WorkflowId IC-AUDIT_xsd_Element_Message.tmp#Message IC-AUDIT_xsd_Element_Action.tmp#Action IC-AUDIT_xsd_Element_ActionResult.tmp#ActionResult IC-AUDIT_xsd_Element_ActionInitiator.tmp#ActionInitiator IC-AUDIT_xsd_Element_ActionTarget.tmp#ActionTarget IC-AUDIT_xsd_Element_ActionLocation.tmp#ActionLocation IC-AUDIT_xsd_Element_Resource.tmp#Resource
Used by
Element AuditRecord
Model ntk:Access{0,1} , Id , Creator , NoticeList{0,1} , DateTime , NTPServer , NTPLastUpdate , SessionId{0,1} , WorkflowId{0,1} , Message{0,1} , Action , ActionResult , ActionInitiator* , ActionTarget* , ActionLocation* , Resource*
Children Action, ActionInitiator, ActionLocation, ActionResult, ActionTarget, Creator, DateTime, Id, Message, NTPLastUpdate, NTPServer, NoticeList, Resource, SessionId, WorkflowId, ntk:Access
Attributes
QName Type Fixed Default Use Annotation
SchemaguideSecurityAttributesOptionGroup xsd:NMTOKEN optional
This attribute is only a placeholder so that all the ISM attributes are not shown in the schemaGuide for every element. If you refer to the documentation of the attribute group it will say what attributes should be here.
auditRecordType CVEnumAuditRecordType required
Source
<xsd:complexType name="AuditRecordType">
  <xsd:annotation>
    <xsd:documentation>Type for all audit records.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence minOccurs="1" maxOccurs="1">
    <xsd:element ref="ntk:Access" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="Id" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="Creator" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="ism:NoticeList" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="DateTime" minOccurs="1" maxOccurs="1"/>
    <xsd:sequence minOccurs="0" maxOccurs="1">
      <xsd:element ref="NTPServer" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="NTPLastUpdate" minOccurs="1" maxOccurs="1"/>
    </xsd:sequence>
    <xsd:element ref="SessionId" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="WorkflowId" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="Message" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="Action" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="ActionResult" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="ActionInitiator" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="ActionTarget" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="ActionLocation" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="Resource" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="ism:SecurityAttributesOptionGroup"/>
  <xsd:attribute name="auditRecordType" type="cve:CVEnumAuditRecordType" use="required"/>
</xsd:complexType>
Schema location IC-AUDIT.xsd
Attribute AuditRecordType / @auditRecordType
Namespace No namespace
Type CVEnumAuditRecordType
Properties
use: required
Facets
enumeration GENERIC
An audit record of generic type.
enumeration BUSINESS_ANALYTICS
An audit record of business analytics type.
enumeration COUNTER_INTELLIGENCE
An audit record of counter intelligence type.
enumeration INFORMATION_ASSURANCE
An audit record of information assurance type.
enumeration LAW_ENFORCEMENT
An audit record of law enforcement type.
enumeration PERSONNEL_SECURITY
An audit record of personnel security type.
Used by
Complex Type AuditRecordType
Source
<xsd:attribute name="auditRecordType" type="cve:CVEnumAuditRecordType" use="required"/>
Schema location IC-AUDIT.xsd