Showing:

Annotations
Diagrams
Source
Used by
Main schema Unix_Pipe_Object.xsd
Namespace http://cybox.mitre.org/objects#UnixPipeObject-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 UnixPipeObj:Unix_Pipe
Namespace http://cybox.mitre.org/objects#UnixPipeObject-2
Annotations
The Unix_Pipe object is intended to characterize Unix pipes.
Diagram
Diagram Unix_Pipe_Object_xsd.tmp#UnixPipeObjectType_Permission_Mode Unix_Pipe_Object_xsd.tmp#UnixPipeObjectType
Type UnixPipeObj:UnixPipeObjectType
Type hierarchy
Children UnixPipeObj:Permission_Mode
Source
<xs:element name="Unix_Pipe" type="UnixPipeObj:UnixPipeObjectType">
  <xs:annotation>
    <xs:documentation>The Unix_Pipe object is intended to characterize Unix pipes.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UnixPipeObj:UnixPipeObjectType / UnixPipeObj:Permission_Mode
Namespace http://cybox.mitre.org/objects#UnixPipeObject-2
Annotations
The Permission_Mode field specifies the Unix permission mode for the pipe.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Permission_Mode" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Permission_Mode field specifies the Unix permission mode for the pipe.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type UnixPipeObj:UnixPipeObjectType
Namespace http://cybox.mitre.org/objects#UnixPipeObject-2
Annotations
The UnixPipeObjectType type is intended to characterize Unix pipes.
Diagram
Diagram Unix_Pipe_Object_xsd.tmp#UnixPipeObjectType_Permission_Mode
Type extension of PipeObjectType
Type hierarchy
Used by
Children UnixPipeObj:Permission_Mode
Source
<xs:complexType name="UnixPipeObjectType" mixed="false">
  <xs:annotation>
    <xs:documentation>The UnixPipeObjectType type is intended to characterize Unix pipes.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="PipeObj:PipeObjectType">
      <xs:sequence>
        <xs:element name="Permission_Mode" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Permission_Mode field specifies the Unix permission mode for the pipe.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>