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.
The object_reference field specifies a unique ID reference to an Object defined elsewhere. This construct allows for the re-use of the defined Properties of one Object within another, without the need to embed the full Object in the location from which it is being referenced. Thus, this ID reference is intended to resolve to the Properties of the Object that it points to.
Source
<xs:element name="IP_Address" type="AddressObj:AddressObjectType" minOccurs="0"><xs:annotation><xs:documentation>The IP_Address field specifies the IP address component of the socket address.</xs:documentation></xs:annotation></xs:element>
The object_reference field specifies a unique ID reference to an Object defined elsewhere. This construct allows for the re-use of the defined Properties of one Object within another, without the need to embed the full Object in the location from which it is being referenced. Thus, this ID reference is intended to resolve to the Properties of the Object that it points to.
Source
<xs:element name="Hostname" type="HostnameObj:HostnameObjectType" minOccurs="0"><xs:annotation><xs:documentation>The Hostname field specifies a Hostname for the the socket address.</xs:documentation></xs:annotation></xs:element>
The object_reference field specifies a unique ID reference to an Object defined elsewhere. This construct allows for the re-use of the defined Properties of one Object within another, without the need to embed the full Object in the location from which it is being referenced. Thus, this ID reference is intended to resolve to the Properties of the Object that it points to.
Source
<xs:element name="Port" type="PortObj:PortObjectType" minOccurs="0"><xs:annotation><xs:documentation>The Port field specifies the port number component of the socket connection.</xs:documentation></xs:annotation></xs:element>
The object_reference field specifies a unique ID reference to an Object defined elsewhere. This construct allows for the re-use of the defined Properties of one Object within another, without the need to embed the full Object in the location from which it is being referenced. Thus, this ID reference is intended to resolve to the Properties of the Object that it points to.
Source
<xs:element name="Socket_Address" type="SocketAddressObj:SocketAddressObjectType"><xs:annotation><xs:documentation>The Socket_Address element is intended to characterize a single network socket address.</xs:documentation></xs:annotation></xs:element>
Complex Type SocketAddressObj:SocketAddressObjectType
The object_reference field specifies a unique ID reference to an Object defined elsewhere. This construct allows for the re-use of the defined Properties of one Object within another, without the need to embed the full Object in the location from which it is being referenced. Thus, this ID reference is intended to resolve to the Properties of the Object that it points to.
Source
<xs:complexType name="SocketAddressObjectType"><xs:annotation><xs:documentation>The SocketAddressObjectType specifies an identifier for a network host (IP address or Hostname) and port number pair.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="cyboxCommon:ObjectPropertiesType"><xs:sequence><xs:choice><xs:element name="IP_Address" type="AddressObj:AddressObjectType" minOccurs="0"><xs:annotation><xs:documentation>The IP_Address field specifies the IP address component of the socket address.</xs:documentation></xs:annotation></xs:element><xs:element name="Hostname" type="HostnameObj:HostnameObjectType" minOccurs="0"><xs:annotation><xs:documentation>The Hostname field specifies a Hostname for the the socket address.</xs:documentation></xs:annotation></xs:element></xs:choice><xs:element name="Port" type="PortObj:PortObjectType" minOccurs="0"><xs:annotation><xs:documentation>The Port field specifies the port number component of the socket connection.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>