Showing:

Annotations
Diagrams
Source
Used by
Main schema Port_Object.xsd
Namespace http://cybox.mitre.org/objects#PortObject-2
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 PortObj:Port
Namespace http://cybox.mitre.org/objects#PortObject-2
Annotations
The Port object is intended to characterize networking ports.
Diagram
Diagram Port_Object_xsd.tmp#PortObjectType_Port_Value Port_Object_xsd.tmp#PortObjectType_Layer4_Protocol Port_Object_xsd.tmp#PortObjectType
Type PortObj:PortObjectType
Type hierarchy
Children PortObj:Layer4_Protocol, PortObj:Port_Value
Source
<xs:element name="Port" type="PortObj:PortObjectType">
  <xs:annotation>
    <xs:documentation>The Port object is intended to characterize networking ports.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PortObj:PortObjectType / PortObj:Port_Value
Namespace http://cybox.mitre.org/objects#PortObject-2
Annotations
The required Port_Value field specifies the actual value of the port.
Diagram
Diagram
Type PositiveIntegerObjectPropertyType
Source
<xs:element name="Port_Value" type="cyboxCommon:PositiveIntegerObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The required Port_Value field specifies the actual value of the port.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PortObj:PortObjectType / PortObj:Layer4_Protocol
Namespace http://cybox.mitre.org/objects#PortObject-2
Annotations
The Layer4_Protocol field specifies the Layer 4 Protocol (OSI Model) associated with the port.
Diagram
Diagram
Type Layer4ProtocolType
Source
<xs:element name="Layer4_Protocol" type="cyboxCommon:Layer4ProtocolType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Layer4_Protocol field specifies the Layer 4 Protocol (OSI Model) associated with the port.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type PortObj:PortObjectType
Namespace http://cybox.mitre.org/objects#PortObject-2
Annotations
The PortObjectType type is intended to characterize networking ports.
Diagram
Diagram Port_Object_xsd.tmp#PortObjectType_Port_Value Port_Object_xsd.tmp#PortObjectType_Layer4_Protocol
Type extension of ObjectPropertiesType
Type hierarchy
Used by
Element PortObj:Port
Children PortObj:Layer4_Protocol, PortObj:Port_Value
Source
<xs:complexType name="PortObjectType">
  <xs:annotation>
    <xs:documentation>The PortObjectType type is intended to characterize networking ports.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="cyboxCommon:ObjectPropertiesType">
      <xs:sequence>
        <xs:element name="Port_Value" type="cyboxCommon:PositiveIntegerObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The required Port_Value field specifies the actual value of the port.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Layer4_Protocol" type="cyboxCommon:Layer4ProtocolType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Layer4_Protocol field specifies the Layer 4 Protocol (OSI Model) associated with the port.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>