Showing:

Attributes
Diagrams
Properties
Source
Used by
Complex Type CompoundCategoryIdentifierType
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Diagram
Diagram DDMS-Globals_xsd_Complex_Type_CompoundCategoryIdentifierType.tmp#CompoundCategoryIdentifierType_qualifier DDMS-Globals_xsd_Complex_Type_CompoundCategoryIdentifierType.tmp#CompoundCategoryIdentifierType_code DDMS-Globals_xsd_Complex_Type_CompoundCategoryIdentifierType.tmp#CompoundCategoryIdentifierType_label
Used by
Element category
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://metadata.dod.mil/mdr/ns/DDMS/3.0/'
code xs:string optional
label xs:string required
qualifier xs:anyURI optional
Source
<xs:complexType name="CompoundCategoryIdentifierType">
  <xs:annotation>
    <xs:appinfo>
      <mdr:definition>Type used to model the attributes of the ddms:category element.</mdr:definition>
      <mdr:comment>Allowed attribute extension for allowing automated populators to give extra values for confidence and relativity.</mdr:comment>
    </xs:appinfo>
  </xs:annotation>
  <xs:attribute name="qualifier" type="xs:anyURI" use="optional"/>
  <xs:attribute name="code" type="xs:string" use="optional"/>
  <xs:attribute name="label" type="xs:string" use="required"/>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
Schema location DDMS-Globals.xsd
Attribute CompoundCategoryIdentifierType / @qualifier
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Type xs:anyURI
Properties
use: optional
Used by
Source
<xs:attribute name="qualifier" type="xs:anyURI" use="optional"/>
Schema location DDMS-Globals.xsd
Attribute CompoundCategoryIdentifierType / @code
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Type xs:string
Properties
use: optional
Used by
Source
<xs:attribute name="code" type="xs:string" use="optional"/>
Schema location DDMS-Globals.xsd
Attribute CompoundCategoryIdentifierType / @label
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Type xs:string
Properties
use: required
Used by
Source
<xs:attribute name="label" type="xs:string" use="required"/>
Schema location DDMS-Globals.xsd