Showing:

Annotations
Diagrams
Source
Main schema ciq_address_3.0.xsd
Namespace http://cybox.mitre.org/extensions/Address#CIQAddress3.0-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.
Element CIQAddress3.0InstanceType / Specification
Namespace http://cybox.mitre.org/extensions/Address#CIQAddress3.0-1
Diagram
Diagram
Type AddressType
Source
<xs:element name="Specification" type="a:AddressType" minOccurs="0"/>
Complex Type CIQAddress3.0InstanceType
Namespace http://cybox.mitre.org/extensions/Address#CIQAddress3.0-1
Annotations
The CIQAddress3.0InstanceType provides an extension to the AddressAbstractType which imports and leverages version 3.0 of the OASIS CIQ-PIL schema for structured characterization of Addresses.
Diagram
Diagram ciq_address_3_0_xsd.tmp#CIQAddress3.0InstanceType_Specification
Type extension of LocationType
Type hierarchy
Children Specification
Source
<xs:complexType name="CIQAddress3.0InstanceType">
  <xs:annotation>
    <xs:documentation>The CIQAddress3.0InstanceType provides an extension to the AddressAbstractType which imports and leverages version 3.0 of the OASIS CIQ-PIL schema for structured characterization of Addresses.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="cyboxCommon:LocationType">
      <xs:sequence>
        <xs:element name="Specification" type="a:AddressType" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>