Showing:

Annotations
Diagrams
Source
Used by
Complex Type IdentityIdentifierType
Namespace urn:us:gov:ic:audit
Annotations
Definition of the IdentityReference class. Reference to the identity performing action, acted upon, or generating the event.
Generic descriptor to help define the identity and it's type. Like TypeDescriptor, allows us to reflect the identity without specifying its content in the schema.
Diagram
Diagram IC-AUDIT_xsd_Element_TypeOfIdentityIdentifier.tmp#TypeOfIdentityIdentifier IC-AUDIT_xsd_Element_IdentityIdentifierValue.tmp#IdentityIdentifierValue IC-AUDIT_xsd_Element_IdentityIdentifierScope.tmp#IdentityIdentifierScope
Used by
Model ALL(TypeOfIdentityIdentifier IdentityIdentifierValue IdentityIdentifierScope{0,1})
Children IdentityIdentifierScope, IdentityIdentifierValue, TypeOfIdentityIdentifier
Source
<xsd:complexType name="IdentityIdentifierType">
  <xsd:annotation>
    <xsd:documentation>Definition of the IdentityReference class. Reference to the identity performing action, acted upon, or generating the event.</xsd:documentation>
    <xsd:documentation>Generic descriptor to help define the identity and it's type. Like TypeDescriptor, allows us to reflect the identity without specifying its content in the schema.</xsd:documentation>
  </xsd:annotation>
  <xsd:all minOccurs="1" maxOccurs="1">
    <!-- Unique identifier for the user within the application -->
    <xsd:element ref="TypeOfIdentityIdentifier" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="IdentityIdentifierValue" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="IdentityIdentifierScope" minOccurs="0" maxOccurs="1"/>
  </xsd:all>
</xsd:complexType>
Schema location IC-AUDIT.xsd