stix_schema_spy 1.3 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/config/1.2/stix/campaign.xsd +2 -2
  3. data/config/1.2/stix/cybox/cybox_common.xsd +2700 -2700
  4. data/config/1.2/stix/cybox/cybox_core.xsd +1145 -1145
  5. data/config/1.2/stix/cybox/cybox_default_vocabularies.xsd +5180 -5180
  6. data/config/1.2/stix/cybox/extensions/location/ciq_address_3.0.xsd +27 -27
  7. data/config/1.2/stix/cybox/extensions/platform/cpe2.3.xsd +34 -34
  8. data/config/1.2/stix/cybox/external/cpe_2.3/xml.xsd +145 -145
  9. data/config/1.2/stix/cybox/external/oasis_ciq_3.0/xlink-2003-12-31.xsd +90 -90
  10. data/config/1.2/stix/cybox/objects/API_Object.xsd +55 -55
  11. data/config/1.2/stix/cybox/objects/ARP_Cache_Object.xsd +98 -98
  12. data/config/1.2/stix/cybox/objects/AS_Object.xsd +50 -50
  13. data/config/1.2/stix/cybox/objects/Account_Object.xsd +501 -501
  14. data/config/1.2/stix/cybox/objects/Address_Object.xsd +127 -127
  15. data/config/1.2/stix/cybox/objects/Archive_File_Object.xsd +134 -134
  16. data/config/1.2/stix/cybox/objects/Artifact_Object.xsd +212 -212
  17. data/config/1.2/stix/cybox/objects/Code_Object.xsd +417 -417
  18. data/config/1.2/stix/cybox/objects/Custom_Object.xsd +42 -42
  19. data/config/1.2/stix/cybox/objects/DNS_Cache_Object.xsd +53 -53
  20. data/config/1.2/stix/cybox/objects/DNS_Query_Object.xsd +164 -164
  21. data/config/1.2/stix/cybox/objects/DNS_Record_Object.xsd +92 -92
  22. data/config/1.2/stix/cybox/objects/Device_Object.xsd +65 -65
  23. data/config/1.2/stix/cybox/objects/Disk_Object.xsd +117 -117
  24. data/config/1.2/stix/cybox/objects/Disk_Partition_Object.xsd +199 -199
  25. data/config/1.2/stix/cybox/objects/Domain_Name_Object.xsd +57 -57
  26. data/config/1.2/stix/cybox/objects/Email_Message_Object.xsd +278 -278
  27. data/config/1.2/stix/cybox/objects/File_Object.xsd +397 -397
  28. data/config/1.2/stix/cybox/objects/GUI_Dialogbox_Object.xsd +41 -41
  29. data/config/1.2/stix/cybox/objects/GUI_Object.xsd +40 -40
  30. data/config/1.2/stix/cybox/objects/GUI_Window_Object.xsd +46 -46
  31. data/config/1.2/stix/cybox/objects/HTTP_Session_Object.xsd +633 -633
  32. data/config/1.2/stix/cybox/objects/Hostname_Object.xsd +45 -45
  33. data/config/1.2/stix/cybox/objects/Image_File_Object.xsd +124 -124
  34. data/config/1.2/stix/cybox/objects/Library_Object.xsd +114 -114
  35. data/config/1.2/stix/cybox/objects/Link_Object.xsd +36 -36
  36. data/config/1.2/stix/cybox/objects/Linux_Package_Object.xsd +75 -75
  37. data/config/1.2/stix/cybox/objects/Memory_Object.xsd +141 -141
  38. data/config/1.2/stix/cybox/objects/Mutex_Object.xsd +40 -40
  39. data/config/1.2/stix/cybox/objects/Network_Connection_Object.xsd +540 -540
  40. data/config/1.2/stix/cybox/objects/Network_Flow_Object.xsd +1559 -1559
  41. data/config/1.2/stix/cybox/objects/Network_Packet_Object.xsd +2934 -2934
  42. data/config/1.2/stix/cybox/objects/Network_Route_Entry_Object.xsd +155 -155
  43. data/config/1.2/stix/cybox/objects/Network_Route_Object.xsd +93 -93
  44. data/config/1.2/stix/cybox/objects/Network_Socket_Object.xsd +529 -529
  45. data/config/1.2/stix/cybox/objects/Network_Subnet_Object.xsd +64 -64
  46. data/config/1.2/stix/cybox/objects/PDF_File_Object.xsd +595 -595
  47. data/config/1.2/stix/cybox/objects/Pipe_Object.xsd +40 -40
  48. data/config/1.2/stix/cybox/objects/Port_Object.xsd +40 -40
  49. data/config/1.2/stix/cybox/objects/Process_Object.xsd +199 -199
  50. data/config/1.2/stix/cybox/objects/Product_Object.xsd +65 -65
  51. data/config/1.2/stix/cybox/objects/SMS_Message_Object.xsd +79 -79
  52. data/config/1.2/stix/cybox/objects/Semaphore_Object.xsd +50 -50
  53. data/config/1.2/stix/cybox/objects/Socket_Address_Object.xsd +50 -50
  54. data/config/1.2/stix/cybox/objects/System_Object.xsd +410 -410
  55. data/config/1.2/stix/cybox/objects/URI_Object.xsd +62 -62
  56. data/config/1.2/stix/cybox/objects/URL_History_Object.xsd +104 -104
  57. data/config/1.2/stix/cybox/objects/Unix_File_Object.xsd +164 -164
  58. data/config/1.2/stix/cybox/objects/Unix_Network_Route_Entry_Object.xsd +56 -56
  59. data/config/1.2/stix/cybox/objects/Unix_Pipe_Object.xsd +36 -36
  60. data/config/1.2/stix/cybox/objects/Unix_Process_Object.xsd +143 -143
  61. data/config/1.2/stix/cybox/objects/Unix_User_Account_Object.xsd +78 -78
  62. data/config/1.2/stix/cybox/objects/Unix_Volume_Object.xsd +41 -41
  63. data/config/1.2/stix/cybox/objects/User_Account_Object.xsd +110 -110
  64. data/config/1.2/stix/cybox/objects/User_Session_Object.xsd +60 -60
  65. data/config/1.2/stix/cybox/objects/Volume_Object.xsd +235 -235
  66. data/config/1.2/stix/cybox/objects/Whois_Object.xsd +430 -430
  67. data/config/1.2/stix/cybox/objects/Win_Computer_Account_Object.xsd +135 -135
  68. data/config/1.2/stix/cybox/objects/Win_Critical_Section_Object.xsd +40 -40
  69. data/config/1.2/stix/cybox/objects/Win_Driver_Object.xsd +270 -270
  70. data/config/1.2/stix/cybox/objects/Win_Event_Log_Object.xsd +137 -137
  71. data/config/1.2/stix/cybox/objects/Win_Event_Object.xsd +80 -80
  72. data/config/1.2/stix/cybox/objects/Win_Executable_File_Object.xsd +1311 -1311
  73. data/config/1.2/stix/cybox/objects/Win_File_Object.xsd +269 -269
  74. data/config/1.2/stix/cybox/objects/Win_Filemapping_Object.xsd +175 -175
  75. data/config/1.2/stix/cybox/objects/Win_Handle_Object.xsd +351 -351
  76. data/config/1.2/stix/cybox/objects/Win_Hook_Object.xsd +152 -152
  77. data/config/1.2/stix/cybox/objects/Win_Kernel_Hook_Object.xsd +109 -109
  78. data/config/1.2/stix/cybox/objects/Win_Kernel_Object.xsd +128 -128
  79. data/config/1.2/stix/cybox/objects/Win_Mailslot_Object.xsd +56 -56
  80. data/config/1.2/stix/cybox/objects/Win_Memory_Page_Region_Object.xsd +198 -198
  81. data/config/1.2/stix/cybox/objects/Win_Mutex_Object.xsd +42 -42
  82. data/config/1.2/stix/cybox/objects/Win_Network_Route_Entry_Object.xsd +200 -200
  83. data/config/1.2/stix/cybox/objects/Win_Network_Share_Object.xsd +205 -205
  84. data/config/1.2/stix/cybox/objects/Win_Pipe_Object.xsd +73 -73
  85. data/config/1.2/stix/cybox/objects/Win_Prefetch_Object.xsd +113 -113
  86. data/config/1.2/stix/cybox/objects/Win_Process_Object.xsd +174 -174
  87. data/config/1.2/stix/cybox/objects/Win_Registry_Key_Object.xsd +290 -290
  88. data/config/1.2/stix/cybox/objects/Win_Semaphore_Object.xsd +42 -42
  89. data/config/1.2/stix/cybox/objects/Win_Service_Object.xsd +287 -287
  90. data/config/1.2/stix/cybox/objects/Win_System_Object.xsd +126 -126
  91. data/config/1.2/stix/cybox/objects/Win_System_Restore_Object.xsd +207 -207
  92. data/config/1.2/stix/cybox/objects/Win_Task_Object.xsd +755 -755
  93. data/config/1.2/stix/cybox/objects/Win_Thread_Object.xsd +146 -146
  94. data/config/1.2/stix/cybox/objects/Win_User_Account_Object.xsd +73 -73
  95. data/config/1.2/stix/cybox/objects/Win_Volume_Object.xsd +161 -161
  96. data/config/1.2/stix/cybox/objects/Win_Waitable_Timer_Object.xsd +90 -90
  97. data/config/1.2/stix/cybox/objects/X509_Certificate_Object.xsd +275 -275
  98. data/config/1.2/stix/data_marking.xsd +5 -5
  99. data/config/1.2/stix/exploit_target.xsd +2 -2
  100. data/config/1.2/stix/incident.xsd +1 -1
  101. data/config/1.2/stix/indicator.xsd +6 -6
  102. data/config/1.2/stix/report.xsd +6 -6
  103. data/config/1.2/stix/stix_common.xsd +22 -22
  104. data/config/1.2/stix/stix_core.xsd +7 -7
  105. data/config/1.2/stix/stix_default_vocabularies.xsd +8 -8
  106. data/config/1.2/stix/ttp.xsd +1 -1
  107. data/lib/stix_schema_spy/models/has_children.rb +3 -3
  108. data/lib/stix_schema_spy/version.rb +1 -1
  109. metadata +2 -2
@@ -1,410 +1,410 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:SystemObj="http://cybox.mitre.org/objects#SystemObject-2" xmlns:AddressObj="http://cybox.mitre.org/objects#AddressObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#SystemObject-2" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1">
3
- <xs:annotation>
4
- <xs:documentation>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.</xs:documentation>
5
- <xs:appinfo>
6
- <schema>System_Object</schema>
7
- <version>2.1</version>
8
- <date>01/22/2014</date>
9
- <short_description>The following specifies the fields and types that compose this defined CybOX Object type. Each defined object is an extension of the abstract ObjectPropertiesType, defined in CybOX Common. For more information on this extension mechanism, please see the CybOX Specification. This document is intended for developers and assumes some familiarity with XML. </short_description>
10
- <terms_of_use>Copyright (c) 2012-2014, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the CybOX License located at http://cybox.mitre.org/about/termsofuse.html. See the CybOX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the CybOX Schema, this license header must be included.</terms_of_use>
11
- </xs:appinfo>
12
- </xs:annotation>
13
- <xs:import namespace="http://cybox.mitre.org/common-2" schemaLocation="../cybox_common.xsd"/>
14
- <xs:import namespace="http://cybox.mitre.org/objects#AddressObject-2" schemaLocation="Address_Object.xsd"/>
15
- <xs:element name="System" type="SystemObj:SystemObjectType">
16
- <xs:annotation>
17
- <xs:documentation>The System object is intended to characterize computer systems (as a combination of both software and hardware).</xs:documentation>
18
- </xs:annotation>
19
- </xs:element>
20
- <xs:complexType name="SystemObjectType" mixed="false">
21
- <xs:annotation>
22
- <xs:documentation>The SystemObjectType type is intended to characterize computer systems (as a combination of both software and hardware).</xs:documentation>
23
- </xs:annotation>
24
- <xs:complexContent>
25
- <xs:extension base="cyboxCommon:ObjectPropertiesType">
26
- <xs:sequence>
27
- <xs:element name="Available_Physical_Memory" type="cyboxCommon:UnsignedLongObjectPropertyType" minOccurs="0" maxOccurs="1">
28
- <xs:annotation>
29
- <xs:documentation>The Available_Physical_Memory field specifies the amount of physical memory available on the system, in bytes.</xs:documentation>
30
- </xs:annotation>
31
- </xs:element>
32
- <xs:element name="BIOS_Info" type="SystemObj:BIOSInfoType" minOccurs="0" maxOccurs="1">
33
- <xs:annotation>
34
- <xs:documentation>The BIOS_Info field specifies information about the BIOS on the system.</xs:documentation>
35
- </xs:annotation>
36
- </xs:element>
37
- <xs:element name="Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0" maxOccurs="1">
38
- <xs:annotation>
39
- <xs:documentation>The Date field specifies the current date on the system.</xs:documentation>
40
- </xs:annotation>
41
- </xs:element>
42
- <xs:element name="Hostname" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
43
- <xs:annotation>
44
- <xs:documentation>The Hostname field specifies the hostname of the system.</xs:documentation>
45
- </xs:annotation>
46
- </xs:element>
47
- <xs:element name="Local_Time" type="cyboxCommon:TimeObjectPropertyType" minOccurs="0">
48
- <xs:annotation>
49
- <xs:documentation>The Local_Time field specifies the local time on the system.</xs:documentation>
50
- </xs:annotation>
51
- </xs:element>
52
- <xs:element name="Network_Interface_List" type="SystemObj:NetworkInterfaceListType" minOccurs="0" maxOccurs="1">
53
- <xs:annotation>
54
- <xs:documentation>The Network_Interface_List field specifies the list of network interfaces present on the system.</xs:documentation>
55
- </xs:annotation>
56
- </xs:element>
57
- <xs:element name="OS" type="SystemObj:OSType" minOccurs="0" maxOccurs="1">
58
- <xs:annotation>
59
- <xs:documentation>The OS field specifies information about the operating system installed on the system.</xs:documentation>
60
- </xs:annotation>
61
- </xs:element>
62
- <xs:element name="Processor" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
63
- <xs:annotation>
64
- <xs:documentation>The Processor field specifies the name of the CPU used by the system.</xs:documentation>
65
- </xs:annotation>
66
- </xs:element>
67
- <xs:element name="Processor_Architecture" type="SystemObj:ProcessorArchType" minOccurs="0">
68
- <xs:annotation>
69
- <xs:documentation>The Processor_Architecture field specifies the specific architecture (e.g. x86) used by the CPU of the system.</xs:documentation>
70
- </xs:annotation>
71
- </xs:element>
72
- <xs:element name="System_Time" type="cyboxCommon:TimeObjectPropertyType" minOccurs="0">
73
- <xs:annotation>
74
- <xs:documentation>The System_Time field specifies the system, or hardware, time on the system.</xs:documentation>
75
- </xs:annotation>
76
- </xs:element>
77
- <xs:element name="Timezone_DST" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
78
- <xs:annotation>
79
- <xs:documentation>The Timezone_DST field specifies the time zone used by the system, taking daylight savings time (DST) into account.</xs:documentation>
80
- </xs:annotation>
81
- </xs:element>
82
- <xs:element name="Timezone_Standard" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
83
- <xs:annotation>
84
- <xs:documentation>The Timezone_Standard field specifies the time zone used by the system, without taking daylight savings time (DST) into account.</xs:documentation>
85
- </xs:annotation>
86
- </xs:element>
87
- <xs:element name="Total_Physical_Memory" type="cyboxCommon:UnsignedLongObjectPropertyType" minOccurs="0" maxOccurs="1">
88
- <xs:annotation>
89
- <xs:documentation>The Total_Physical_Memory field specifies the total amount of physical memory present on the system, in bytes.</xs:documentation>
90
- </xs:annotation>
91
- </xs:element>
92
- <xs:element name="Uptime" type="cyboxCommon:DurationObjectPropertyType" minOccurs="0">
93
- <xs:annotation>
94
- <xs:documentation>The Uptime field specifies the duration that represents the current amount of time that the system has been up.</xs:documentation>
95
- </xs:annotation>
96
- </xs:element>
97
- <xs:element name="Username" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
98
- <xs:annotation>
99
- <xs:documentation>The Username field specifies the name of the user currently logged into the system.</xs:documentation>
100
- </xs:annotation>
101
- </xs:element>
102
- </xs:sequence>
103
- </xs:extension>
104
- </xs:complexContent>
105
- </xs:complexType>
106
- <xs:complexType name="BIOSInfoType">
107
- <xs:annotation>
108
- <xs:documentation>The BIOSInfoType type specifies information about a system's BIOS.</xs:documentation>
109
- </xs:annotation>
110
- <xs:sequence>
111
- <xs:element name="BIOS_Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0" maxOccurs="1">
112
- <xs:annotation>
113
- <xs:documentation>The BIOS_Date field specifies the date of the bios (e.g. the datestamp of the BIOS revision).</xs:documentation>
114
- </xs:annotation>
115
- </xs:element>
116
- <xs:element name="BIOS_Version" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
117
- <xs:annotation>
118
- <xs:documentation>The BIOS_Version field specifies the version of the BIOS.</xs:documentation>
119
- </xs:annotation>
120
- </xs:element>
121
- <xs:element name="BIOS_Manufacturer" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
122
- <xs:annotation>
123
- <xs:documentation>The BIOS_Manufacturer field specifies the manufacturer of the BIOS.</xs:documentation>
124
- </xs:annotation>
125
- </xs:element>
126
- <xs:element name="BIOS_Release_Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0">
127
- <xs:annotation>
128
- <xs:documentation>The BIOS_Release_Date field specifies the date the BIOS was released.</xs:documentation>
129
- </xs:annotation>
130
- </xs:element>
131
- <xs:element name="BIOS_Serial_Number" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
132
- <xs:annotation>
133
- <xs:documentation>The BIOS_Serial_Number field specifies the serial number of the BIOS.</xs:documentation>
134
- </xs:annotation>
135
- </xs:element>
136
- </xs:sequence>
137
- </xs:complexType>
138
- <xs:complexType name="NetworkInterfaceListType">
139
- <xs:annotation>
140
- <xs:documentation>The NetworkInterfaceListType type specifies information about the network interfaces present on the system.</xs:documentation>
141
- </xs:annotation>
142
- <xs:sequence>
143
- <xs:element name="Network_Interface" type="SystemObj:NetworkInterfaceType" minOccurs="1" maxOccurs="unbounded">
144
- <xs:annotation>
145
- <xs:documentation>The Network_Interface field specifies information about a network interface, such as its MAC address.</xs:documentation>
146
- </xs:annotation>
147
- </xs:element>
148
- </xs:sequence>
149
- </xs:complexType>
150
- <xs:complexType name="IPGatewayListType">
151
- <xs:annotation>
152
- <xs:documentation>The IPGatewayListType type specifies the IP Addresses of the gateways used by the system.</xs:documentation>
153
- </xs:annotation>
154
- <xs:sequence>
155
- <xs:element name="IP_Gateway_Address" type="AddressObj:AddressObjectType" minOccurs="1" maxOccurs="unbounded">
156
- <xs:annotation>
157
- <xs:documentation>The IP_Gateway_Address field specifies the IP Address of a gateway used by the system.</xs:documentation>
158
- </xs:annotation>
159
- </xs:element>
160
- </xs:sequence>
161
- </xs:complexType>
162
- <xs:complexType name="NetworkInterfaceType">
163
- <xs:annotation>
164
- <xs:documentation>The NetworkInterfaceType type specifies information about a network interface, such as its MAC address.</xs:documentation>
165
- </xs:annotation>
166
- <xs:sequence>
167
- <xs:element name="Adapter" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
168
- <xs:annotation>
169
- <xs:documentation>The Adapter field specifies the name of the network adapter used by the network interface.</xs:documentation>
170
- </xs:annotation>
171
- </xs:element>
172
- <xs:element name="Description" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
173
- <xs:annotation>
174
- <xs:documentation>The Description field specifies the description of the network interface.</xs:documentation>
175
- </xs:annotation>
176
- </xs:element>
177
- <xs:element name="DHCP_Lease_Expires" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0" maxOccurs="1">
178
- <xs:annotation>
179
- <xs:documentation>The DHCP_Lease_Expires field specifies the date/time that the DHCP lease obtained on the network interface expires.</xs:documentation>
180
- </xs:annotation>
181
- </xs:element>
182
- <xs:element name="DHCP_Lease_Obtained" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0" maxOccurs="1">
183
- <xs:annotation>
184
- <xs:documentation>The DHCP_Lease_Obtained field specifies the date/time that the DHCP lease was obtained on the network interface.</xs:documentation>
185
- </xs:annotation>
186
- </xs:element>
187
- <xs:element name="DHCP_Server_List" type="SystemObj:DHCPServerListType" minOccurs="0" maxOccurs="1">
188
- <xs:annotation>
189
- <xs:documentation>The DHCP_Server_List field specifies the list of DHCP servers used by the network interface.</xs:documentation>
190
- </xs:annotation>
191
- </xs:element>
192
- <xs:element name="IP_Gateway_List" type="SystemObj:IPGatewayListType" minOccurs="0" maxOccurs="1">
193
- <xs:annotation>
194
- <xs:documentation>The IP_Gateway_List field specifies the list of IP Gateways used by the network interface.</xs:documentation>
195
- </xs:annotation>
196
- </xs:element>
197
- <xs:element name="IP_List" type="SystemObj:IPInfoListType" minOccurs="0" maxOccurs="1">
198
- <xs:annotation>
199
- <xs:documentation>The IP_List field specifies the list of IP addresses used by the network interface.</xs:documentation>
200
- </xs:annotation>
201
- </xs:element>
202
- <xs:element name="MAC" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
203
- <xs:annotation>
204
- <xs:documentation>The MAC field specifies the MAC or hardware address of the physical network card. Either a colon (':') or a dash ('-') may be used a separator between the octets.</xs:documentation>
205
- </xs:annotation>
206
- </xs:element>
207
- </xs:sequence>
208
- </xs:complexType>
209
- <xs:complexType name="IPInfoListType">
210
- <xs:annotation>
211
- <xs:documentation>The IPInfoListType type specifies a list of IP address/subnet mask pairs associated with a network interface.</xs:documentation>
212
- </xs:annotation>
213
- <xs:sequence>
214
- <xs:element name="IP_Info" type="SystemObj:IPInfoType" minOccurs="1" maxOccurs="unbounded">
215
- <xs:annotation>
216
- <xs:documentation>The IP_Info field specifies an IP Address/Subnet mask entry in the list.</xs:documentation>
217
- </xs:annotation>
218
- </xs:element>
219
- </xs:sequence>
220
- </xs:complexType>
221
- <xs:complexType name="IPInfoType">
222
- <xs:annotation>
223
- <xs:documentation>The IP_Info type specifies information about the IP address and its associated subnet mask used by a network interface.</xs:documentation>
224
- </xs:annotation>
225
- <xs:sequence>
226
- <xs:element name="IP_Address" type="AddressObj:AddressObjectType" minOccurs="0" maxOccurs="1">
227
- <xs:annotation>
228
- <xs:documentation>The IP_Address field specifies an IP address.</xs:documentation>
229
- </xs:annotation>
230
- </xs:element>
231
- <xs:element name="Subnet_Mask" type="AddressObj:AddressObjectType" minOccurs="0" maxOccurs="1">
232
- <xs:annotation>
233
- <xs:documentation>The Subnet_Mask field specifies a subnet mask.</xs:documentation>
234
- </xs:annotation>
235
- </xs:element>
236
- </xs:sequence>
237
- </xs:complexType>
238
- <xs:complexType name="DHCPServerListType">
239
- <xs:annotation>
240
- <xs:documentation>The DHCPServerListType type specifies a list of DHCP Servers, via their IP addresses.</xs:documentation>
241
- </xs:annotation>
242
- <xs:sequence>
243
- <xs:element name="DHCP_Server_Address" type="AddressObj:AddressObjectType" minOccurs="1" maxOccurs="unbounded">
244
- <xs:annotation>
245
- <xs:documentation>The DHCP_Server_Address field specifies the IP address of a DHCP server.</xs:documentation>
246
- </xs:annotation>
247
- </xs:element>
248
- </xs:sequence>
249
- </xs:complexType>
250
- <xs:complexType name="OSType">
251
- <xs:annotation>
252
- <xs:documentation>The OSType type specifies information about an operating system. It imports and extends the PlatformSpecificationType from the CybOX Common Types.</xs:documentation>
253
- </xs:annotation>
254
- <xs:complexContent>
255
- <xs:extension base="cyboxCommon:PlatformSpecificationType">
256
- <xs:sequence>
257
- <xs:element name="Bitness" type="SystemObj:BitnessType" minOccurs="0">
258
- <xs:annotation>
259
- <xs:documentation>The Bitness field specifies the bitness of the operating system (i.e. 32 or 64).</xs:documentation>
260
- <xs:documentation>Note that this is potentially different from the word size of the underlying hardware or CPU. A 32-bit operating system can be installed on a machine running a 64-bit processor.</xs:documentation>
261
- </xs:annotation>
262
- </xs:element>
263
- <xs:element name="Build_Number" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
264
- <xs:annotation>
265
- <xs:documentation>The Build_Number field specifies the build number of the operating system.</xs:documentation>
266
- </xs:annotation>
267
- </xs:element>
268
- <xs:element name="Environment_Variable_List" type="cyboxCommon:EnvironmentVariableListType" minOccurs="0">
269
- <xs:annotation>
270
- <xs:documentation>The EnvironmentVariableList field specifies a list of environment variables present on the operating system.</xs:documentation>
271
- </xs:annotation>
272
- </xs:element>
273
- <xs:element name="Install_Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0" maxOccurs="1">
274
- <xs:annotation>
275
- <xs:documentation>The Install_Date field specifies the date the operating system was installed.</xs:documentation>
276
- </xs:annotation>
277
- </xs:element>
278
- <xs:element name="Patch_Level" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
279
- <xs:annotation>
280
- <xs:documentation>The Patch_Level field specifies the patch level of the operating system.</xs:documentation>
281
- </xs:annotation>
282
- </xs:element>
283
- <xs:element name="Platform" type="cyboxCommon:PlatformSpecificationType" minOccurs="0">
284
- <xs:annotation>
285
- <xs:documentation>This field contains general identifiers for this OS instance..</xs:documentation>
286
- </xs:annotation>
287
- </xs:element>
288
- </xs:sequence>
289
- </xs:extension>
290
- </xs:complexContent>
291
- </xs:complexType>
292
- <xs:complexType name="ProcessorArchType">
293
- <xs:annotation>
294
- <xs:documentation>ProcessorArchType specifies CPU architecture types, via a union of the ProcessorArchEnum 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>
295
- </xs:annotation>
296
- <xs:simpleContent>
297
- <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
298
- <xs:simpleType>
299
- <xs:union memberTypes="SystemObj:ProcessorArchEnum xs:string"/>
300
- </xs:simpleType>
301
- <xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
302
- <xs:annotation>
303
- <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
304
- </xs:annotation>
305
- </xs:attribute>
306
- </xs:restriction>
307
- </xs:simpleContent>
308
- </xs:complexType>
309
- <xs:complexType name="BitnessType">
310
- <xs:annotation>
311
- <xs:documentation>BitnessType specifies operating system bitness, via a union of the BitnessEnum 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>
312
- </xs:annotation>
313
- <xs:simpleContent>
314
- <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
315
- <xs:simpleType>
316
- <xs:union memberTypes="SystemObj:BitnessEnum xs:string"/>
317
- </xs:simpleType>
318
- <xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
319
- <xs:annotation>
320
- <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
321
- </xs:annotation>
322
- </xs:attribute>
323
- </xs:restriction>
324
- </xs:simpleContent>
325
- </xs:complexType>
326
- <xs:simpleType name="ProcessorArchEnum">
327
- <xs:annotation>
328
- <xs:documentation>The ProcessorArchEnum type is a (non-exhaustive) enumeration of computer processor architectures.</xs:documentation>
329
- </xs:annotation>
330
- <xs:restriction base="xs:string">
331
- <xs:enumeration value="x86-32">
332
- <xs:annotation>
333
- <xs:documentation>Specifies the 32-bit x86 architecture.</xs:documentation>
334
- </xs:annotation>
335
- </xs:enumeration>
336
- <xs:enumeration value="x86-64">
337
- <xs:annotation>
338
- <xs:documentation>Specifies the 64-bit x86 architecture.</xs:documentation>
339
- </xs:annotation>
340
- </xs:enumeration>
341
- <xs:enumeration value="IA-64">
342
- <xs:annotation>
343
- <xs:documentation>Specifies the 64-bit IA (Itanium) architecture.</xs:documentation>
344
- </xs:annotation>
345
- </xs:enumeration>
346
- <xs:enumeration value="PowerPC">
347
- <xs:annotation>
348
- <xs:documentation>Specifies the PowerPC IA (Itanium) architecture.</xs:documentation>
349
- </xs:annotation>
350
- </xs:enumeration>
351
- <xs:enumeration value="ARM">
352
- <xs:annotation>
353
- <xs:documentation>Specifies the ARM architecture.</xs:documentation>
354
- </xs:annotation>
355
- </xs:enumeration>
356
- <xs:enumeration value="Alpha">
357
- <xs:annotation>
358
- <xs:documentation>Specifies the Alpha architecture.</xs:documentation>
359
- </xs:annotation>
360
- </xs:enumeration>
361
- <xs:enumeration value="SPARC">
362
- <xs:annotation>
363
- <xs:documentation>Specifies the SPARC architecture.</xs:documentation>
364
- </xs:annotation>
365
- </xs:enumeration>
366
- <xs:enumeration value="z/Architecture">
367
- <xs:annotation>
368
- <xs:documentation>Specifies the z/architecture, used on IBM mainframes.</xs:documentation>
369
- </xs:annotation>
370
- </xs:enumeration>
371
- <xs:enumeration value="eSi-RISC">
372
- <xs:annotation>
373
- <xs:documentation>Specifies the eSi-RISC architecture.</xs:documentation>
374
- </xs:annotation>
375
- </xs:enumeration>
376
- <xs:enumeration value="MIPS">
377
- <xs:annotation>
378
- <xs:documentation>Specifies the MIPS architecture.</xs:documentation>
379
- </xs:annotation>
380
- </xs:enumeration>
381
- <xs:enumeration value="Motorola 68k">
382
- <xs:annotation>
383
- <xs:documentation>Specifies the Motorola 68k architecture.</xs:documentation>
384
- </xs:annotation>
385
- </xs:enumeration>
386
- <xs:enumeration value="Other">
387
- <xs:annotation>
388
- <xs:documentation>Specifies a processor architecture other than those defined in this enumeration.</xs:documentation>
389
- </xs:annotation>
390
- </xs:enumeration>
391
- </xs:restriction>
392
- </xs:simpleType>
393
- <xs:simpleType name="BitnessEnum">
394
- <xs:annotation>
395
- <xs:documentation>The BitnessEnum type is an enumeration of word sizes that define classes of operating systems.</xs:documentation>
396
- </xs:annotation>
397
- <xs:restriction base="xs:string">
398
- <xs:enumeration value="32">
399
- <xs:annotation>
400
- <xs:documentation>Specifies a 32-bit operating system.</xs:documentation>
401
- </xs:annotation>
402
- </xs:enumeration>
403
- <xs:enumeration value="64">
404
- <xs:annotation>
405
- <xs:documentation>Specifies a 64-bit operating system.</xs:documentation>
406
- </xs:annotation>
407
- </xs:enumeration>
408
- </xs:restriction>
409
- </xs:simpleType>
410
- </xs:schema>
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:SystemObj="http://cybox.mitre.org/objects#SystemObject-2" xmlns:AddressObj="http://cybox.mitre.org/objects#AddressObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#SystemObject-2" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1">
3
+ <xs:annotation>
4
+ <xs:documentation>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.</xs:documentation>
5
+ <xs:appinfo>
6
+ <schema>System_Object</schema>
7
+ <version>2.1</version>
8
+ <date>01/22/2014</date>
9
+ <short_description>The following specifies the fields and types that compose this defined CybOX Object type. Each defined object is an extension of the abstract ObjectPropertiesType, defined in CybOX Common. For more information on this extension mechanism, please see the CybOX Specification. This document is intended for developers and assumes some familiarity with XML. </short_description>
10
+ <terms_of_use>Copyright (c) 2012-2014, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the CybOX License located at http://cybox.mitre.org/about/termsofuse.html. See the CybOX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the CybOX Schema, this license header must be included.</terms_of_use>
11
+ </xs:appinfo>
12
+ </xs:annotation>
13
+ <xs:import namespace="http://cybox.mitre.org/common-2" schemaLocation="../cybox_common.xsd"/>
14
+ <xs:import namespace="http://cybox.mitre.org/objects#AddressObject-2" schemaLocation="Address_Object.xsd"/>
15
+ <xs:element name="System" type="SystemObj:SystemObjectType">
16
+ <xs:annotation>
17
+ <xs:documentation>The System object is intended to characterize computer systems (as a combination of both software and hardware).</xs:documentation>
18
+ </xs:annotation>
19
+ </xs:element>
20
+ <xs:complexType name="SystemObjectType" mixed="false">
21
+ <xs:annotation>
22
+ <xs:documentation>The SystemObjectType type is intended to characterize computer systems (as a combination of both software and hardware).</xs:documentation>
23
+ </xs:annotation>
24
+ <xs:complexContent>
25
+ <xs:extension base="cyboxCommon:ObjectPropertiesType">
26
+ <xs:sequence>
27
+ <xs:element name="Available_Physical_Memory" type="cyboxCommon:UnsignedLongObjectPropertyType" minOccurs="0" maxOccurs="1">
28
+ <xs:annotation>
29
+ <xs:documentation>The Available_Physical_Memory field specifies the amount of physical memory available on the system, in bytes.</xs:documentation>
30
+ </xs:annotation>
31
+ </xs:element>
32
+ <xs:element name="BIOS_Info" type="SystemObj:BIOSInfoType" minOccurs="0" maxOccurs="1">
33
+ <xs:annotation>
34
+ <xs:documentation>The BIOS_Info field specifies information about the BIOS on the system.</xs:documentation>
35
+ </xs:annotation>
36
+ </xs:element>
37
+ <xs:element name="Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0" maxOccurs="1">
38
+ <xs:annotation>
39
+ <xs:documentation>The Date field specifies the current date on the system.</xs:documentation>
40
+ </xs:annotation>
41
+ </xs:element>
42
+ <xs:element name="Hostname" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
43
+ <xs:annotation>
44
+ <xs:documentation>The Hostname field specifies the hostname of the system.</xs:documentation>
45
+ </xs:annotation>
46
+ </xs:element>
47
+ <xs:element name="Local_Time" type="cyboxCommon:TimeObjectPropertyType" minOccurs="0">
48
+ <xs:annotation>
49
+ <xs:documentation>The Local_Time field specifies the local time on the system.</xs:documentation>
50
+ </xs:annotation>
51
+ </xs:element>
52
+ <xs:element name="Network_Interface_List" type="SystemObj:NetworkInterfaceListType" minOccurs="0" maxOccurs="1">
53
+ <xs:annotation>
54
+ <xs:documentation>The Network_Interface_List field specifies the list of network interfaces present on the system.</xs:documentation>
55
+ </xs:annotation>
56
+ </xs:element>
57
+ <xs:element name="OS" type="SystemObj:OSType" minOccurs="0" maxOccurs="1">
58
+ <xs:annotation>
59
+ <xs:documentation>The OS field specifies information about the operating system installed on the system.</xs:documentation>
60
+ </xs:annotation>
61
+ </xs:element>
62
+ <xs:element name="Processor" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
63
+ <xs:annotation>
64
+ <xs:documentation>The Processor field specifies the name of the CPU used by the system.</xs:documentation>
65
+ </xs:annotation>
66
+ </xs:element>
67
+ <xs:element name="Processor_Architecture" type="SystemObj:ProcessorArchType" minOccurs="0">
68
+ <xs:annotation>
69
+ <xs:documentation>The Processor_Architecture field specifies the specific architecture (e.g. x86) used by the CPU of the system.</xs:documentation>
70
+ </xs:annotation>
71
+ </xs:element>
72
+ <xs:element name="System_Time" type="cyboxCommon:TimeObjectPropertyType" minOccurs="0">
73
+ <xs:annotation>
74
+ <xs:documentation>The System_Time field specifies the system, or hardware, time on the system.</xs:documentation>
75
+ </xs:annotation>
76
+ </xs:element>
77
+ <xs:element name="Timezone_DST" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
78
+ <xs:annotation>
79
+ <xs:documentation>The Timezone_DST field specifies the time zone used by the system, taking daylight savings time (DST) into account.</xs:documentation>
80
+ </xs:annotation>
81
+ </xs:element>
82
+ <xs:element name="Timezone_Standard" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
83
+ <xs:annotation>
84
+ <xs:documentation>The Timezone_Standard field specifies the time zone used by the system, without taking daylight savings time (DST) into account.</xs:documentation>
85
+ </xs:annotation>
86
+ </xs:element>
87
+ <xs:element name="Total_Physical_Memory" type="cyboxCommon:UnsignedLongObjectPropertyType" minOccurs="0" maxOccurs="1">
88
+ <xs:annotation>
89
+ <xs:documentation>The Total_Physical_Memory field specifies the total amount of physical memory present on the system, in bytes.</xs:documentation>
90
+ </xs:annotation>
91
+ </xs:element>
92
+ <xs:element name="Uptime" type="cyboxCommon:DurationObjectPropertyType" minOccurs="0">
93
+ <xs:annotation>
94
+ <xs:documentation>The Uptime field specifies the duration that represents the current amount of time that the system has been up.</xs:documentation>
95
+ </xs:annotation>
96
+ </xs:element>
97
+ <xs:element name="Username" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
98
+ <xs:annotation>
99
+ <xs:documentation>The Username field specifies the name of the user currently logged into the system.</xs:documentation>
100
+ </xs:annotation>
101
+ </xs:element>
102
+ </xs:sequence>
103
+ </xs:extension>
104
+ </xs:complexContent>
105
+ </xs:complexType>
106
+ <xs:complexType name="BIOSInfoType">
107
+ <xs:annotation>
108
+ <xs:documentation>The BIOSInfoType type specifies information about a system's BIOS.</xs:documentation>
109
+ </xs:annotation>
110
+ <xs:sequence>
111
+ <xs:element name="BIOS_Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0" maxOccurs="1">
112
+ <xs:annotation>
113
+ <xs:documentation>The BIOS_Date field specifies the date of the bios (e.g. the datestamp of the BIOS revision).</xs:documentation>
114
+ </xs:annotation>
115
+ </xs:element>
116
+ <xs:element name="BIOS_Version" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
117
+ <xs:annotation>
118
+ <xs:documentation>The BIOS_Version field specifies the version of the BIOS.</xs:documentation>
119
+ </xs:annotation>
120
+ </xs:element>
121
+ <xs:element name="BIOS_Manufacturer" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
122
+ <xs:annotation>
123
+ <xs:documentation>The BIOS_Manufacturer field specifies the manufacturer of the BIOS.</xs:documentation>
124
+ </xs:annotation>
125
+ </xs:element>
126
+ <xs:element name="BIOS_Release_Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0">
127
+ <xs:annotation>
128
+ <xs:documentation>The BIOS_Release_Date field specifies the date the BIOS was released.</xs:documentation>
129
+ </xs:annotation>
130
+ </xs:element>
131
+ <xs:element name="BIOS_Serial_Number" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
132
+ <xs:annotation>
133
+ <xs:documentation>The BIOS_Serial_Number field specifies the serial number of the BIOS.</xs:documentation>
134
+ </xs:annotation>
135
+ </xs:element>
136
+ </xs:sequence>
137
+ </xs:complexType>
138
+ <xs:complexType name="NetworkInterfaceListType">
139
+ <xs:annotation>
140
+ <xs:documentation>The NetworkInterfaceListType type specifies information about the network interfaces present on the system.</xs:documentation>
141
+ </xs:annotation>
142
+ <xs:sequence>
143
+ <xs:element name="Network_Interface" type="SystemObj:NetworkInterfaceType" minOccurs="1" maxOccurs="unbounded">
144
+ <xs:annotation>
145
+ <xs:documentation>The Network_Interface field specifies information about a network interface, such as its MAC address.</xs:documentation>
146
+ </xs:annotation>
147
+ </xs:element>
148
+ </xs:sequence>
149
+ </xs:complexType>
150
+ <xs:complexType name="IPGatewayListType">
151
+ <xs:annotation>
152
+ <xs:documentation>The IPGatewayListType type specifies the IP Addresses of the gateways used by the system.</xs:documentation>
153
+ </xs:annotation>
154
+ <xs:sequence>
155
+ <xs:element name="IP_Gateway_Address" type="AddressObj:AddressObjectType" minOccurs="1" maxOccurs="unbounded">
156
+ <xs:annotation>
157
+ <xs:documentation>The IP_Gateway_Address field specifies the IP Address of a gateway used by the system.</xs:documentation>
158
+ </xs:annotation>
159
+ </xs:element>
160
+ </xs:sequence>
161
+ </xs:complexType>
162
+ <xs:complexType name="NetworkInterfaceType">
163
+ <xs:annotation>
164
+ <xs:documentation>The NetworkInterfaceType type specifies information about a network interface, such as its MAC address.</xs:documentation>
165
+ </xs:annotation>
166
+ <xs:sequence>
167
+ <xs:element name="Adapter" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
168
+ <xs:annotation>
169
+ <xs:documentation>The Adapter field specifies the name of the network adapter used by the network interface.</xs:documentation>
170
+ </xs:annotation>
171
+ </xs:element>
172
+ <xs:element name="Description" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
173
+ <xs:annotation>
174
+ <xs:documentation>The Description field specifies the description of the network interface.</xs:documentation>
175
+ </xs:annotation>
176
+ </xs:element>
177
+ <xs:element name="DHCP_Lease_Expires" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0" maxOccurs="1">
178
+ <xs:annotation>
179
+ <xs:documentation>The DHCP_Lease_Expires field specifies the date/time that the DHCP lease obtained on the network interface expires.</xs:documentation>
180
+ </xs:annotation>
181
+ </xs:element>
182
+ <xs:element name="DHCP_Lease_Obtained" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0" maxOccurs="1">
183
+ <xs:annotation>
184
+ <xs:documentation>The DHCP_Lease_Obtained field specifies the date/time that the DHCP lease was obtained on the network interface.</xs:documentation>
185
+ </xs:annotation>
186
+ </xs:element>
187
+ <xs:element name="DHCP_Server_List" type="SystemObj:DHCPServerListType" minOccurs="0" maxOccurs="1">
188
+ <xs:annotation>
189
+ <xs:documentation>The DHCP_Server_List field specifies the list of DHCP servers used by the network interface.</xs:documentation>
190
+ </xs:annotation>
191
+ </xs:element>
192
+ <xs:element name="IP_Gateway_List" type="SystemObj:IPGatewayListType" minOccurs="0" maxOccurs="1">
193
+ <xs:annotation>
194
+ <xs:documentation>The IP_Gateway_List field specifies the list of IP Gateways used by the network interface.</xs:documentation>
195
+ </xs:annotation>
196
+ </xs:element>
197
+ <xs:element name="IP_List" type="SystemObj:IPInfoListType" minOccurs="0" maxOccurs="1">
198
+ <xs:annotation>
199
+ <xs:documentation>The IP_List field specifies the list of IP addresses used by the network interface.</xs:documentation>
200
+ </xs:annotation>
201
+ </xs:element>
202
+ <xs:element name="MAC" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
203
+ <xs:annotation>
204
+ <xs:documentation>The MAC field specifies the MAC or hardware address of the physical network card. Either a colon (':') or a dash ('-') may be used a separator between the octets.</xs:documentation>
205
+ </xs:annotation>
206
+ </xs:element>
207
+ </xs:sequence>
208
+ </xs:complexType>
209
+ <xs:complexType name="IPInfoListType">
210
+ <xs:annotation>
211
+ <xs:documentation>The IPInfoListType type specifies a list of IP address/subnet mask pairs associated with a network interface.</xs:documentation>
212
+ </xs:annotation>
213
+ <xs:sequence>
214
+ <xs:element name="IP_Info" type="SystemObj:IPInfoType" minOccurs="1" maxOccurs="unbounded">
215
+ <xs:annotation>
216
+ <xs:documentation>The IP_Info field specifies an IP Address/Subnet mask entry in the list.</xs:documentation>
217
+ </xs:annotation>
218
+ </xs:element>
219
+ </xs:sequence>
220
+ </xs:complexType>
221
+ <xs:complexType name="IPInfoType">
222
+ <xs:annotation>
223
+ <xs:documentation>The IP_Info type specifies information about the IP address and its associated subnet mask used by a network interface.</xs:documentation>
224
+ </xs:annotation>
225
+ <xs:sequence>
226
+ <xs:element name="IP_Address" type="AddressObj:AddressObjectType" minOccurs="0" maxOccurs="1">
227
+ <xs:annotation>
228
+ <xs:documentation>The IP_Address field specifies an IP address.</xs:documentation>
229
+ </xs:annotation>
230
+ </xs:element>
231
+ <xs:element name="Subnet_Mask" type="AddressObj:AddressObjectType" minOccurs="0" maxOccurs="1">
232
+ <xs:annotation>
233
+ <xs:documentation>The Subnet_Mask field specifies a subnet mask.</xs:documentation>
234
+ </xs:annotation>
235
+ </xs:element>
236
+ </xs:sequence>
237
+ </xs:complexType>
238
+ <xs:complexType name="DHCPServerListType">
239
+ <xs:annotation>
240
+ <xs:documentation>The DHCPServerListType type specifies a list of DHCP Servers, via their IP addresses.</xs:documentation>
241
+ </xs:annotation>
242
+ <xs:sequence>
243
+ <xs:element name="DHCP_Server_Address" type="AddressObj:AddressObjectType" minOccurs="1" maxOccurs="unbounded">
244
+ <xs:annotation>
245
+ <xs:documentation>The DHCP_Server_Address field specifies the IP address of a DHCP server.</xs:documentation>
246
+ </xs:annotation>
247
+ </xs:element>
248
+ </xs:sequence>
249
+ </xs:complexType>
250
+ <xs:complexType name="OSType">
251
+ <xs:annotation>
252
+ <xs:documentation>The OSType type specifies information about an operating system. It imports and extends the PlatformSpecificationType from the CybOX Common Types.</xs:documentation>
253
+ </xs:annotation>
254
+ <xs:complexContent>
255
+ <xs:extension base="cyboxCommon:PlatformSpecificationType">
256
+ <xs:sequence>
257
+ <xs:element name="Bitness" type="SystemObj:BitnessType" minOccurs="0">
258
+ <xs:annotation>
259
+ <xs:documentation>The Bitness field specifies the bitness of the operating system (i.e. 32 or 64).</xs:documentation>
260
+ <xs:documentation>Note that this is potentially different from the word size of the underlying hardware or CPU. A 32-bit operating system can be installed on a machine running a 64-bit processor.</xs:documentation>
261
+ </xs:annotation>
262
+ </xs:element>
263
+ <xs:element name="Build_Number" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
264
+ <xs:annotation>
265
+ <xs:documentation>The Build_Number field specifies the build number of the operating system.</xs:documentation>
266
+ </xs:annotation>
267
+ </xs:element>
268
+ <xs:element name="Environment_Variable_List" type="cyboxCommon:EnvironmentVariableListType" minOccurs="0">
269
+ <xs:annotation>
270
+ <xs:documentation>The EnvironmentVariableList field specifies a list of environment variables present on the operating system.</xs:documentation>
271
+ </xs:annotation>
272
+ </xs:element>
273
+ <xs:element name="Install_Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0" maxOccurs="1">
274
+ <xs:annotation>
275
+ <xs:documentation>The Install_Date field specifies the date the operating system was installed.</xs:documentation>
276
+ </xs:annotation>
277
+ </xs:element>
278
+ <xs:element name="Patch_Level" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
279
+ <xs:annotation>
280
+ <xs:documentation>The Patch_Level field specifies the patch level of the operating system.</xs:documentation>
281
+ </xs:annotation>
282
+ </xs:element>
283
+ <xs:element name="Platform" type="cyboxCommon:PlatformSpecificationType" minOccurs="0">
284
+ <xs:annotation>
285
+ <xs:documentation>This field contains general identifiers for this OS instance..</xs:documentation>
286
+ </xs:annotation>
287
+ </xs:element>
288
+ </xs:sequence>
289
+ </xs:extension>
290
+ </xs:complexContent>
291
+ </xs:complexType>
292
+ <xs:complexType name="ProcessorArchType">
293
+ <xs:annotation>
294
+ <xs:documentation>ProcessorArchType specifies CPU architecture types, via a union of the ProcessorArchEnum 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>
295
+ </xs:annotation>
296
+ <xs:simpleContent>
297
+ <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
298
+ <xs:simpleType>
299
+ <xs:union memberTypes="SystemObj:ProcessorArchEnum xs:string"/>
300
+ </xs:simpleType>
301
+ <xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
302
+ <xs:annotation>
303
+ <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
304
+ </xs:annotation>
305
+ </xs:attribute>
306
+ </xs:restriction>
307
+ </xs:simpleContent>
308
+ </xs:complexType>
309
+ <xs:complexType name="BitnessType">
310
+ <xs:annotation>
311
+ <xs:documentation>BitnessType specifies operating system bitness, via a union of the BitnessEnum 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>
312
+ </xs:annotation>
313
+ <xs:simpleContent>
314
+ <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
315
+ <xs:simpleType>
316
+ <xs:union memberTypes="SystemObj:BitnessEnum xs:string"/>
317
+ </xs:simpleType>
318
+ <xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
319
+ <xs:annotation>
320
+ <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
321
+ </xs:annotation>
322
+ </xs:attribute>
323
+ </xs:restriction>
324
+ </xs:simpleContent>
325
+ </xs:complexType>
326
+ <xs:simpleType name="ProcessorArchEnum">
327
+ <xs:annotation>
328
+ <xs:documentation>The ProcessorArchEnum type is a (non-exhaustive) enumeration of computer processor architectures.</xs:documentation>
329
+ </xs:annotation>
330
+ <xs:restriction base="xs:string">
331
+ <xs:enumeration value="x86-32">
332
+ <xs:annotation>
333
+ <xs:documentation>Specifies the 32-bit x86 architecture.</xs:documentation>
334
+ </xs:annotation>
335
+ </xs:enumeration>
336
+ <xs:enumeration value="x86-64">
337
+ <xs:annotation>
338
+ <xs:documentation>Specifies the 64-bit x86 architecture.</xs:documentation>
339
+ </xs:annotation>
340
+ </xs:enumeration>
341
+ <xs:enumeration value="IA-64">
342
+ <xs:annotation>
343
+ <xs:documentation>Specifies the 64-bit IA (Itanium) architecture.</xs:documentation>
344
+ </xs:annotation>
345
+ </xs:enumeration>
346
+ <xs:enumeration value="PowerPC">
347
+ <xs:annotation>
348
+ <xs:documentation>Specifies the PowerPC IA (Itanium) architecture.</xs:documentation>
349
+ </xs:annotation>
350
+ </xs:enumeration>
351
+ <xs:enumeration value="ARM">
352
+ <xs:annotation>
353
+ <xs:documentation>Specifies the ARM architecture.</xs:documentation>
354
+ </xs:annotation>
355
+ </xs:enumeration>
356
+ <xs:enumeration value="Alpha">
357
+ <xs:annotation>
358
+ <xs:documentation>Specifies the Alpha architecture.</xs:documentation>
359
+ </xs:annotation>
360
+ </xs:enumeration>
361
+ <xs:enumeration value="SPARC">
362
+ <xs:annotation>
363
+ <xs:documentation>Specifies the SPARC architecture.</xs:documentation>
364
+ </xs:annotation>
365
+ </xs:enumeration>
366
+ <xs:enumeration value="z/Architecture">
367
+ <xs:annotation>
368
+ <xs:documentation>Specifies the z/architecture, used on IBM mainframes.</xs:documentation>
369
+ </xs:annotation>
370
+ </xs:enumeration>
371
+ <xs:enumeration value="eSi-RISC">
372
+ <xs:annotation>
373
+ <xs:documentation>Specifies the eSi-RISC architecture.</xs:documentation>
374
+ </xs:annotation>
375
+ </xs:enumeration>
376
+ <xs:enumeration value="MIPS">
377
+ <xs:annotation>
378
+ <xs:documentation>Specifies the MIPS architecture.</xs:documentation>
379
+ </xs:annotation>
380
+ </xs:enumeration>
381
+ <xs:enumeration value="Motorola 68k">
382
+ <xs:annotation>
383
+ <xs:documentation>Specifies the Motorola 68k architecture.</xs:documentation>
384
+ </xs:annotation>
385
+ </xs:enumeration>
386
+ <xs:enumeration value="Other">
387
+ <xs:annotation>
388
+ <xs:documentation>Specifies a processor architecture other than those defined in this enumeration.</xs:documentation>
389
+ </xs:annotation>
390
+ </xs:enumeration>
391
+ </xs:restriction>
392
+ </xs:simpleType>
393
+ <xs:simpleType name="BitnessEnum">
394
+ <xs:annotation>
395
+ <xs:documentation>The BitnessEnum type is an enumeration of word sizes that define classes of operating systems.</xs:documentation>
396
+ </xs:annotation>
397
+ <xs:restriction base="xs:string">
398
+ <xs:enumeration value="32">
399
+ <xs:annotation>
400
+ <xs:documentation>Specifies a 32-bit operating system.</xs:documentation>
401
+ </xs:annotation>
402
+ </xs:enumeration>
403
+ <xs:enumeration value="64">
404
+ <xs:annotation>
405
+ <xs:documentation>Specifies a 64-bit operating system.</xs:documentation>
406
+ </xs:annotation>
407
+ </xs:enumeration>
408
+ </xs:restriction>
409
+ </xs:simpleType>
410
+ </xs:schema>