Showing:

Annotations
Diagrams
Source
Used by
Complex Type ResourceTypeDescriptorType
Namespace urn:us:gov:ic:audit
Annotations
Descriptor for any "Type". Helps us define that the "body" really is.
Diagram
Diagram IC-AUDIT_xsd_Element_ValueOfResourceType.tmp#ValueOfResourceType IC-AUDIT_xsd_Element_NamespaceOfResourceType.tmp#NamespaceOfResourceType IC-AUDIT_xsd_Element_SourceOfResourceType.tmp#SourceOfResourceType
Used by
Element TypeOfResource
Model ALL(ValueOfResourceType NamespaceOfResourceType{0,1} SourceOfResourceType{0,1})
Children NamespaceOfResourceType, SourceOfResourceType, ValueOfResourceType
Source
<xsd:complexType name="ResourceTypeDescriptorType">
  <xsd:annotation>
    <xsd:documentation>Descriptor for any "Type". Helps us define that the "body" really is.</xsd:documentation>
  </xsd:annotation>
  <xsd:all minOccurs="1" maxOccurs="1">
    <!-- text describing the type; should be from a CVE -->
    <xsd:element ref="ValueOfResourceType" minOccurs="1" maxOccurs="1"/>
    <!-- The namespace for the CVE -->
    <xsd:element ref="NamespaceOfResourceType" minOccurs="0" maxOccurs="1"/>
    <!-- Location to retrieve CVE from -->
    <xsd:element ref="SourceOfResourceType" minOccurs="0" maxOccurs="1"/>
  </xsd:all>
</xsd:complexType>
Schema location IC-AUDIT.xsd