<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> |