Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type irm:ContactInfoType
Namespace urn:us:gov:ic:irm
Annotations
An extension of ddms:contactInfoType that allows for the attributes in the POCAttributesGroup.
Diagram
Diagram IC-ISM_xsd_Attribute_Group_SecurityAttributesOptionGroup.tmp#SecurityAttributesOptionGroup DDMS-Globals_xsd_Element_Organization.tmp#Organization DDMS-Globals_xsd_Element_Person.tmp#Person DDMS-Globals_xsd_Element_Service.tmp#Service DDMS-Globals_xsd_Element_Unknown.tmp#Unknown DDMS-Globals_xsd_Complex_Type_contactInfoType.tmp#contactInfoType IC-ISM_xsd_Attribute_Group_POCAttributeGroup.tmp#POCAttributeGroup
Type extension of contactInfoType
Type hierarchy
Used by
Model Organization | Person | Service | Unknown
Children Organization, Person, Service, Unknown
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.
pocType CVEnumISMPocType optional
Indicates that the element specifies a point-of-contact (POC) and the methods with which to contact that individual. As certain POCs are required for different reasons (ICD-710 compliance, DoD Distribution statements, etc), the values for this attribute specify the reason(s) why the POC is provided.
Source
<xsd:complexType name="ContactInfoType">
  <xsd:annotation>
    <xsd:documentation>An extension of ddms:contactInfoType that allows for the attributes in the POCAttributesGroup.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="ddms:contactInfoType">
      <xsd:attributeGroup ref="ism:POCAttributeGroup"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location IC-IRM.xsd