Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element irm:RequesterInfo
Namespace urn:us:gov:ic:irm
Annotations
Information about the individual, office or organization that issued the tasking.
Diagram
Diagram IC-ISM_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup DDMS-Globals_xsd_Element_Organization.tmp#Organization DDMS-Globals_xsd_Element_Person.tmp#Person
Properties
content: complex
Used by
Model Organization | Person
Children Organization, Person
Instance
<irm:RequesterInfo SchemaguideSecurityAttributesGroup="" xmlns:irm="urn:us:gov:ic:irm" xmlns:ddms="http://metadata.dod.mil/mdr/ns/DDMS/3.0/">
  <ddms:Organization>{1,1}</ddms:Organization>
  <ddms:Person>{1,1}</ddms:Person>
</irm:RequesterInfo>
Attributes
QName Type Fixed Default Use Annotation
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.
Source
<xsd:element name="RequesterInfo">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Information about the individual, office or organization that issued the tasking.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice minOccurs="1" maxOccurs="1">
      <xsd:element ref="ddms:Organization" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="ddms:Person" minOccurs="1" maxOccurs="1"/>
    </xsd:choice>
    <xsd:attributeGroup ref="ism:SecurityAttributesGroup"/>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.xsd