Showing:

Annotations
Diagrams
Source
Used by
Main schema Pipe_Object.xsd
Namespace http://cybox.mitre.org/objects#PipeObject-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 PipeObj:Pipe
Namespace http://cybox.mitre.org/objects#PipeObject-2
Annotations
The Pipe object is intended to characterize generic system pipes.
Diagram
Diagram Pipe_Object_xsd.tmp#PipeObjectType_named Pipe_Object_xsd.tmp#PipeObjectType_Name Pipe_Object_xsd.tmp#PipeObjectType
Type PipeObj:PipeObjectType
Type hierarchy
Children PipeObj:Name
Source
<xs:element name="Pipe" type="PipeObj:PipeObjectType">
  <xs:annotation>
    <xs:documentation>The Pipe object is intended to characterize generic system pipes.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PipeObj:PipeObjectType / PipeObj:Name
Namespace http://cybox.mitre.org/objects#PipeObject-2
Annotations
The Name field specifies the name of the pipe, if applicable.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Name field specifies the name of the pipe, if applicable.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type PipeObj:PipeObjectType
Namespace http://cybox.mitre.org/objects#PipeObject-2
Annotations
The PipeObjectType type is intended to characterize generic system pipes.
Diagram
Diagram Pipe_Object_xsd.tmp#PipeObjectType_named Pipe_Object_xsd.tmp#PipeObjectType_Name
Type extension of ObjectPropertiesType
Type hierarchy
Used by
Element PipeObj:Pipe
Children PipeObj:Name
Source
<xs:complexType name="PipeObjectType" mixed="false">
  <xs:annotation>
    <xs:documentation>The PipeObjectType type is intended to characterize generic system pipes.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="cyboxCommon:ObjectPropertiesType">
      <xs:sequence>
        <xs:element name="Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Name field specifies the name of the pipe, if applicable.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="named" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>The named field specifies whether the pipe is named.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute PipeObj:PipeObjectType / @named
Namespace No namespace
Annotations
The named field specifies whether the pipe is named.
Type xs:boolean
Used by
Complex Type PipeObj:PipeObjectType
Source
<xs:attribute name="named" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The named field specifies whether the pipe is named.</xs:documentation>
  </xs:annotation>
</xs:attribute>