Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element irm:Addressee
Namespace urn:us:gov:ic:irm
Annotations
Addressee is a wrapper element for child elements identifying an organization or individual to whom this task has been assigned.
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:Addressee 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:Addressee>
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="Addressee">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Addressee is a wrapper element for child elements identifying an organization or individual to whom this task has been assigned.</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