Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Element AuditRecordList
Namespace urn:us:gov:ic:audit
Annotations
Definition of the AuditRecordList class. This is the root node and should be the basis for any audit records. Simple list container for audit records.
Diagram
Diagram IC-AUDIT_xsd_Attribute_Group_AuditRootNodeAttributeGroup.tmp#AuditRootNodeAttributeGroup IC-NTK_xsd_Element_ntk_Access.tmp#Access IC-AUDIT_xsd_Element_AuditRecord.tmp#AuditRecord IC-AUDIT_xsd_Complex_Type_AuditRecordListType.tmp#AuditRecordListType
Type AuditRecordListType
Properties
content: complex
Model ntk:Access{0,1} , AuditRecord+
Children AuditRecord, ntk:Access
Instance
<AuditRecordList compliesWith="" createDate="" DESVersion="4" DESVersion="" ntk:DESVersion="5" noticeDate="" noticeReason="" noticeType="" resourceElement="" SchemaguideSecurityAttributesGroup="" unregisteredNoticeType="" xmlns="urn:us:gov:ic:audit" xmlns:ntk="urn:us:gov:ic:ntk">
  <ntk:Access SchemaguideSecurityAttributesGroup="">{0,1}</ntk:Access>
  <AuditRecord auditRecordType="" SchemaguideSecurityAttributesOptionGroup="">{1,unbounded}</AuditRecord>
</AuditRecordList>
Attributes
QName Type Fixed Default Use Annotation
DESVersion xsd:int 4 required
The version number of the DES
DESVersion xsd:int required
The version number of the DES. Should there be multiple specified in an instance document the one at the root node is the one that will apply to the entire document.
SchemaguideSecurityAttributesGroup 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.
compliesWith CVEnumISMCompliesWith optional
This attribute is used at the resource level. An indicator of what optional ISM rule sets the documents complies with. This allows systems to know that the document claims compliance with these rule sets and they should be enforced. PERMISSIBLE VALUES The permissible values for this simple type are defined in the Controlled Value Enumeration: CVEnumISMcompliesWith.xml
createDate xsd:date required
This attribute is used to designate what date the document was produced on. This is the date that will be used by various constraint rules to determine if the document meets all the business rules. It must be on the element where resourceElement is true.
noticeDate xsd:date optional
A Date associated with a notice such as the DoD Distribution notice date.
noticeReason restriction of xsd:string optional
A Reason (less than 2048 chars) associated with a notice such as the DoD Distribution reason.
noticeType CVEnumISMNotice optional
This attribute is an indicator that the element contains a security-related notice and is used to categorize which of the required notices is specified in the element. These categories include those described in the CAPCO Register, as well as additional well-defined and formally recognized security notice types described in other directives, such as US-Person and DoD Distribution. The element could contain any structure that the implementing schema defines, and details of the rendering would be relegated to the implementing schema. The permissible value for this attribute are defined in the Controlled Value Enumeration: CVEnumISMNotice.xml
ntk:DESVersion xsd:int 5 required
The version number of the DES
resourceElement xsd:boolean required
This attribute is used to designate which element has the ISM attributes representing the classification for the entire resource. Every document must have at least one element with this indicator as true. It should be rare that a document has more than one. Mainly this would occur in some sort of aggregator schema. In that unusual case the first one encountered in XML document order is the one used for all constraint rules.
unregisteredNoticeType restriction of xsd:string optional
A notice that is of a category that is not described in the CAPCO Register and/or is not sufficiently defined to be represented in the Controlled Value Enumeration CVEnumISMNotice.xml. This attribute can be used by specifications that import ISM to represent a wider variety of security-related notices.
Source
<xsd:element name="AuditRecordList" type="AuditRecordListType">
  <xsd:annotation>
    <xsd:documentation>Definition of the AuditRecordList class. This is the root node and should be the basis for any audit records. Simple list container for audit records.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location IC-AUDIT.xsd