Showing:

Annotations
Attributes
Diagrams
Facets
Source
Used by
Main schema Win_Network_Share_Object.xsd
Namespace http://cybox.mitre.org/objects#WinNetworkShareObject-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 WinNetworkShareObj:Windows_Network_Share
Namespace http://cybox.mitre.org/objects#WinNetworkShareObject-2
Annotations
he Windows_Network_Share object is intended to characterize Windows network shares.
Diagram
Diagram Win_Network_Share_Object_xsd.tmp#AccessPermissionsGroup Win_Network_Share_Object_xsd.tmp#WindowsNetworkShareObjectType_Current_Uses Win_Network_Share_Object_xsd.tmp#WindowsNetworkShareObjectType_Local_Path Win_Network_Share_Object_xsd.tmp#WindowsNetworkShareObjectType_Max_Uses Win_Network_Share_Object_xsd.tmp#WindowsNetworkShareObjectType_Netname Win_Network_Share_Object_xsd.tmp#WindowsNetworkShareObjectType_Type Win_Network_Share_Object_xsd.tmp#WindowsNetworkShareObjectType
Type WinNetworkShareObj:WindowsNetworkShareObjectType
Type hierarchy
Children WinNetworkShareObj:Current_Uses, WinNetworkShareObj:Local_Path, WinNetworkShareObj:Max_Uses, WinNetworkShareObj:Netname, WinNetworkShareObj:Type
Source
<xs:element name="Windows_Network_Share" type="WinNetworkShareObj:WindowsNetworkShareObjectType">
  <xs:annotation>
    <xs:documentation>he Windows_Network_Share object is intended to characterize Windows network shares.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinNetworkShareObj:WindowsNetworkShareObjectType / WinNetworkShareObj:Current_Uses
Namespace http://cybox.mitre.org/objects#WinNetworkShareObject-2
Annotations
The Current_Uses field specifies the current number of uses of the network share.
Diagram
Diagram
Type NonNegativeIntegerObjectPropertyType
Source
<xs:element name="Current_Uses" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Current_Uses field specifies the current number of uses of the network share.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinNetworkShareObj:WindowsNetworkShareObjectType / WinNetworkShareObj:Local_Path
Namespace http://cybox.mitre.org/objects#WinNetworkShareObject-2
Annotations
The Local_Path field specifies the fully-qualified path on the local system to the network share.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Local_Path" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Local_Path field specifies the fully-qualified path on the local system to the network share.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinNetworkShareObj:WindowsNetworkShareObjectType / WinNetworkShareObj:Max_Uses
Namespace http://cybox.mitre.org/objects#WinNetworkShareObject-2
Annotations
The Max_Uses field specifies the maximum number of concurrent connections to the network share.
Diagram
Diagram
Type NonNegativeIntegerObjectPropertyType
Source
<xs:element name="Max_Uses" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Max_Uses field specifies the maximum number of concurrent connections to the network share.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinNetworkShareObj:WindowsNetworkShareObjectType / WinNetworkShareObj:Netname
Namespace http://cybox.mitre.org/objects#WinNetworkShareObject-2
Annotations
The Netname field specifies the network name of the network share.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Netname" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Netname field specifies the network name of the network share.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinNetworkShareObj:WindowsNetworkShareObjectType / WinNetworkShareObj:Type
Namespace http://cybox.mitre.org/objects#WinNetworkShareObject-2
Annotations
The Type field specifies the type of the network share.
Diagram
Diagram Win_Network_Share_Object_xsd.tmp#SharedResourceType_datatype Win_Network_Share_Object_xsd.tmp#SharedResourceType
Type WinNetworkShareObj:SharedResourceType
Type hierarchy
Source
<xs:element name="Type" type="WinNetworkShareObj:SharedResourceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Type field specifies the type of the network share.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type WinNetworkShareObj:WindowsNetworkShareObjectType
Namespace http://cybox.mitre.org/objects#WinNetworkShareObject-2
Annotations
The WindowsNetworkShareObjectType type is intended to characterize Windows network shares.
Diagram
Diagram Win_Network_Share_Object_xsd.tmp#AccessPermissionsGroup Win_Network_Share_Object_xsd.tmp#WindowsNetworkShareObjectType_Current_Uses Win_Network_Share_Object_xsd.tmp#WindowsNetworkShareObjectType_Local_Path Win_Network_Share_Object_xsd.tmp#WindowsNetworkShareObjectType_Max_Uses Win_Network_Share_Object_xsd.tmp#WindowsNetworkShareObjectType_Netname Win_Network_Share_Object_xsd.tmp#WindowsNetworkShareObjectType_Type
Type extension of ObjectPropertiesType
Type hierarchy
Used by
Children WinNetworkShareObj:Current_Uses, WinNetworkShareObj:Local_Path, WinNetworkShareObj:Max_Uses, WinNetworkShareObj:Netname, WinNetworkShareObj:Type
Source
<xs:complexType name="WindowsNetworkShareObjectType" mixed="false">
  <xs:annotation>
    <xs:documentation>The WindowsNetworkShareObjectType type is intended to characterize Windows network shares.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="cyboxCommon:ObjectPropertiesType">
      <xs:sequence>
        <xs:element name="Current_Uses" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Current_Uses field specifies the current number of uses of the network share.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Local_Path" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Local_Path field specifies the fully-qualified path on the local system to the network share.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Max_Uses" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Max_Uses field specifies the maximum number of concurrent connections to the network share.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Netname" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Netname field specifies the network name of the network share.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Type" type="WinNetworkShareObj:SharedResourceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Type field specifies the type of the network share.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attributeGroup ref="WinNetworkShareObj:AccessPermissionsGroup"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type WinNetworkShareObj:SharedResourceType
Namespace http://cybox.mitre.org/objects#WinNetworkShareObject-2
Annotations
SharedResourceType specifies Windows shared resource types via a union of the SharedResourceTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
Diagram
Diagram Win_Network_Share_Object_xsd.tmp#SharedResourceType_datatype
Type restriction of BaseObjectPropertyType
Type hierarchy
Used by
Source
<xs:complexType name="SharedResourceType">
  <xs:annotation>
    <xs:documentation>SharedResourceType specifies Windows shared resource types via a union of the SharedResourceTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
      <xs:simpleType>
        <xs:union memberTypes="WinNetworkShareObj:SharedResourceTypeEnum xs:string"/>
      </xs:simpleType>
      <xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
        <xs:annotation>
          <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
Simple Type WinNetworkShareObj:SharedResourceTypeEnum
Namespace http://cybox.mitre.org/objects#WinNetworkShareObject-2
Annotations
The SharedResourceTypeEnum type is an enumeration of Windows that specifies shared resource types for shared devices. These can be checked via the NetShareCheck function. See http://msdn.microsoft.com/en-us/library/windows/desktop/bb525385(v=vs.85).aspx for more information.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration STYPE_DISKTREE
Specifies that the shared device is a disk drive.
enumeration STYPE_DISKTREE_SPECIAL
Specifies that the shared device is a disk drive with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$). Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.
enumeration STYPE_DISKTREE_TEMPORARY
Specifies that the shared device is a disk drive and serves as a temporary share.
enumeration STYPE_DISKTREE_SPECIAL_TEMPORARY
Specifies that the shared device is a disk drive with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$) and serves a temporary share. Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.
enumeration STYPE_PRINTQ
Specifies that the shared device is a print queue.
enumeration STYPE_PRINTQ_SPECIAL
Specifies that the shared device is a disk drive with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$). Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.
enumeration STYPE_PRINTQ_TEMPORARY
Specifies that the shared device is a print queue and serves as a temporary share.
enumeration STYPE_PRINTQ_SPECIAL_TEMPORARY
Specifies that the shared device is a print queue with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$) and serves a temporary share. Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.
enumeration STYPE_DEVICE
Specifies that the shared device is a communications device.
enumeration STYPE_DEVICE_SPECIAL
Specifies that the shared device is a communications device with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$). Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.
enumeration STYPE_DEVICE_TEMPORARY
Specifies that the shared device is a communications device and serves as a temporary share.
enumeration STYPE_DEVICE_SPECIAL_TEMPORARY
Specifies that the shared device is a communications device with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$) and serves a temporary share. Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.
enumeration STYPE_IPC
Specifies that the shared device is an Interprocess Communication (IPC) device.
enumeration STYPE_IPC_SPECIAL
Specifies that the shared device is an Interprocess Communication (IPC) device with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$). Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.
enumeration STYPE_IPC_TEMPORARY
Specifies that the shared device is an Interprocess Communication (IPC) device and serves as a temporary share.
enumeration STYPE_IPC_SPECIAL_TEMPORARY
Specifies that the shared device is an Interprocess Communication (IPC) device with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$) and serves a temporary share. Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.
Source
<xs:simpleType name="SharedResourceTypeEnum">
  <xs:annotation>
    <xs:documentation>The SharedResourceTypeEnum type is an enumeration of Windows that specifies shared resource types for shared devices. These can be checked via the NetShareCheck function. See http://msdn.microsoft.com/en-us/library/windows/desktop/bb525385(v=vs.85).aspx for more information.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="STYPE_DISKTREE">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is a disk drive.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_DISKTREE_SPECIAL">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is a disk drive with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$). Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_DISKTREE_TEMPORARY">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is a disk drive and serves as a temporary share.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_DISKTREE_SPECIAL_TEMPORARY">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is a disk drive with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$) and serves a temporary share. Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_PRINTQ">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is a print queue.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_PRINTQ_SPECIAL">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is a disk drive with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$). Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_PRINTQ_TEMPORARY">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is a print queue and serves as a temporary share.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_PRINTQ_SPECIAL_TEMPORARY">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is a print queue with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$) and serves a temporary share. Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_DEVICE">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is a communications device.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_DEVICE_SPECIAL">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is a communications device with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$). Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_DEVICE_TEMPORARY">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is a communications device and serves as a temporary share.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_DEVICE_SPECIAL_TEMPORARY">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is a communications device with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$) and serves a temporary share. Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_IPC">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is an Interprocess Communication (IPC) device.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_IPC_SPECIAL">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is an Interprocess Communication (IPC) device with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$). Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_IPC_TEMPORARY">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is an Interprocess Communication (IPC) device and serves as a temporary share.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYPE_IPC_SPECIAL_TEMPORARY">
      <xs:annotation>
        <xs:documentation>Specifies that the shared device is an Interprocess Communication (IPC) device with special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$) and serves a temporary share. Can also refer to administrative shares such as C$, D$, E$, and so forth. For more information, see http://msdn.microsoft.com/en-us/library/windows/desktop/bb525391(v=vs.85).aspx.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Attribute WinNetworkShareObj:SharedResourceType / @datatype
Namespace No namespace
Annotations
This attribute is optional and specifies the expected type for the value of the specified property.
Type DatatypeEnum
Used by
Source
<xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
  <xs:annotation>
    <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute WinNetworkShareObj:AccessPermissionsGroup / @ACCESS_READ
Namespace No namespace
Annotations
The ACCESS_READ field specifies the permission to read data from a resource and, by default, to execute the resource.
Type xs:boolean
Used by
Source
<xs:attribute name="ACCESS_READ" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The ACCESS_READ field specifies the permission to read data from a resource and, by default, to execute the resource.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute WinNetworkShareObj:AccessPermissionsGroup / @ACCESS_WRITE
Namespace No namespace
Annotations
The ACCESS_WRITE field specifies the permission to write data to the resource.
Type xs:boolean
Used by
Source
<xs:attribute name="ACCESS_WRITE" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The ACCESS_WRITE field specifies the permission to write data to the resource.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute WinNetworkShareObj:AccessPermissionsGroup / @ACCESS_CREATE
Namespace No namespace
Annotations
The ACCESS_CREATE field specifies the permission to create an instance of the resource (such as a file); data can be written to the resource as the resource is created.
Type xs:boolean
Used by
Source
<xs:attribute name="ACCESS_CREATE" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The ACCESS_CREATE field specifies the permission to create an instance of the resource (such as a file); data can be written to the resource as the resource is created.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute WinNetworkShareObj:AccessPermissionsGroup / @ACCESS_EXEC
Namespace No namespace
Annotations
The ACCESS_EXEC field specifies the permission to execute the resource.
Type xs:boolean
Used by
Source
<xs:attribute name="ACCESS_EXEC" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The ACCESS_EXEC field specifies the permission to execute the resource.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute WinNetworkShareObj:AccessPermissionsGroup / @ACCESS_DELETE
Namespace No namespace
Annotations
The ACCESS_DELETE field specifies the permission to delete the resource.
Type xs:boolean
Used by
Source
<xs:attribute name="ACCESS_DELETE" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The ACCESS_DELETE field specifies the permission to delete the resource.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute WinNetworkShareObj:AccessPermissionsGroup / @ACCESS_ATRIB
Namespace No namespace
Annotations
The ACCESS_ATRIB field specifies the permission to modify the resource's attributes (such as the date and time when a file was last modified).
Type xs:boolean
Used by
Source
<xs:attribute name="ACCESS_ATRIB" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The ACCESS_ATRIB field specifies the permission to modify the resource's attributes (such as the date and time when a file was last modified).</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute WinNetworkShareObj:AccessPermissionsGroup / @ACCESS_PERM
Namespace No namespace
Annotations
The ACCESS_PERM field specifies the permission to modify the permissions (read, write, create, execute, and delete) assigned to a resource for a user or application.
Type xs:boolean
Used by
Source
<xs:attribute name="ACCESS_PERM" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The ACCESS_PERM field specifies the permission to modify the permissions (read, write, create, execute, and delete) assigned to a resource for a user or application.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute WinNetworkShareObj:AccessPermissionsGroup / @ACCESS_ALL
Namespace No namespace
Annotations
The ACCESS_ALL field specifies the permission to read, write, create, execute, and delete resources, and to modify their attributes and permissions.
Type xs:boolean
Used by
Source
<xs:attribute name="ACCESS_ALL" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The ACCESS_ALL field specifies the permission to read, write, create, execute, and delete resources, and to modify their attributes and permissions.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute Group WinNetworkShareObj:AccessPermissionsGroup
Namespace http://cybox.mitre.org/objects#WinNetworkShareObject-2
Annotations
The accesspermissions group specifies the various permissions for Windows network shares.
Diagram
Diagram Win_Network_Share_Object_xsd.tmp#AccessPermissionsGroup_ACCESS_READ Win_Network_Share_Object_xsd.tmp#AccessPermissionsGroup_ACCESS_WRITE Win_Network_Share_Object_xsd.tmp#AccessPermissionsGroup_ACCESS_CREATE Win_Network_Share_Object_xsd.tmp#AccessPermissionsGroup_ACCESS_EXEC Win_Network_Share_Object_xsd.tmp#AccessPermissionsGroup_ACCESS_DELETE Win_Network_Share_Object_xsd.tmp#AccessPermissionsGroup_ACCESS_ATRIB Win_Network_Share_Object_xsd.tmp#AccessPermissionsGroup_ACCESS_PERM Win_Network_Share_Object_xsd.tmp#AccessPermissionsGroup_ACCESS_ALL
Used by
Attributes
QName Type Use Annotation
ACCESS_ALL xs:boolean optional
The ACCESS_ALL field specifies the permission to read, write, create, execute, and delete resources, and to modify their attributes and permissions.
ACCESS_ATRIB xs:boolean optional
The ACCESS_ATRIB field specifies the permission to modify the resource's attributes (such as the date and time when a file was last modified).
ACCESS_CREATE xs:boolean optional
The ACCESS_CREATE field specifies the permission to create an instance of the resource (such as a file); data can be written to the resource as the resource is created.
ACCESS_DELETE xs:boolean optional
The ACCESS_DELETE field specifies the permission to delete the resource.
ACCESS_EXEC xs:boolean optional
The ACCESS_EXEC field specifies the permission to execute the resource.
ACCESS_PERM xs:boolean optional
The ACCESS_PERM field specifies the permission to modify the permissions (read, write, create, execute, and delete) assigned to a resource for a user or application.
ACCESS_READ xs:boolean optional
The ACCESS_READ field specifies the permission to read data from a resource and, by default, to execute the resource.
ACCESS_WRITE xs:boolean optional
The ACCESS_WRITE field specifies the permission to write data to the resource.
Source
<xs:attributeGroup name="AccessPermissionsGroup">
  <xs:annotation>
    <xs:documentation>The accesspermissions group specifies the various permissions for Windows network shares.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="ACCESS_READ" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>The ACCESS_READ field specifies the permission to read data from a resource and, by default, to execute the resource.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ACCESS_WRITE" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>The ACCESS_WRITE field specifies the permission to write data to the resource.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ACCESS_CREATE" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>The ACCESS_CREATE field specifies the permission to create an instance of the resource (such as a file); data can be written to the resource as the resource is created.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ACCESS_EXEC" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>The ACCESS_EXEC field specifies the permission to execute the resource.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ACCESS_DELETE" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>The ACCESS_DELETE field specifies the permission to delete the resource.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ACCESS_ATRIB" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>The ACCESS_ATRIB field specifies the permission to modify the resource's attributes (such as the date and time when a file was last modified).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ACCESS_PERM" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>The ACCESS_PERM field specifies the permission to modify the permissions (read, write, create, execute, and delete) assigned to a resource for a user or application.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ACCESS_ALL" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>The ACCESS_ALL field specifies the permission to read, write, create, execute, and delete resources, and to modify their attributes and permissions.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>