Showing:

Annotations
Diagrams
Source
Main schema cpe2.3.xsd
Namespace http://cybox.mitre.org/extensions/platform#CPE2.3-1
Annotations
This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org.
Complex Type CPE23PlatformSpecificationType
Namespace http://cybox.mitre.org/extensions/platform#CPE2.3-1
Annotations
The CPE23PlatformSpecificationType provides an extension of the PlatformSpecificationType that imports and leverages the CPE 2.3 applicability language schema for structured characterization of a platform or platform combination.
Diagram
Diagram cybox_common_xsd.tmp#PlatformSpecificationType_Description cybox_common_xsd.tmp#PlatformSpecificationType_Identifier cybox_common_xsd.tmp#PlatformSpecificationType cpe-language_2_3_xsd.tmp#platform-specification
Type extension of cyboxCommon:PlatformSpecificationType
Type hierarchy
Children cpe:platform-specification, cyboxCommon:Description, cyboxCommon:Identifier
Source
<xs:complexType name="CPE23PlatformSpecificationType">
  <xs:annotation>
    <xs:documentation>The CPE23PlatformSpecificationType provides an extension of the PlatformSpecificationType that imports and leverages the CPE 2.3 applicability language schema for structured characterization of a platform or platform combination.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="cyboxCommon:PlatformSpecificationType">
      <xs:sequence>
        <xs:element ref="cpe23:platform-specification">
          <xs:annotation>
            <xs:documentation>The platform-specification element, defined in the CPE 2.3 Applicability Language schema, supports a structured characterization of a platform or combination of platforms.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>