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,55 +1,55 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:APIObj="http://cybox.mitre.org/objects#APIObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#APIObject-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>API_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:element name="API" type="APIObj:APIObjectType">
15
- <xs:annotation>
16
- <xs:documentation>The API element is intended to characterize a single Application Programming Interface.</xs:documentation>
17
- </xs:annotation>
18
- </xs:element>
19
- <xs:complexType name="APIObjectType">
20
- <xs:annotation>
21
- <xs:documentation>The APIObjectType type is intended to characterize a specific Application Programming Interface.</xs:documentation>
22
- </xs:annotation>
23
- <xs:complexContent>
24
- <xs:extension base="cyboxCommon:ObjectPropertiesType">
25
- <xs:sequence>
26
- <xs:element name="Description" type="cyboxCommon:StructuredTextType" minOccurs="0">
27
- <xs:annotation>
28
- <xs:documentation>The Description field is intended for use in providing a brief description of the API.</xs:documentation>
29
- </xs:annotation>
30
- </xs:element>
31
- <xs:element name="Function_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
32
- <xs:annotation>
33
- <xs:documentation>The function_name field contains the exact name of the API function called, e.g. CreateFileEx.</xs:documentation>
34
- </xs:annotation>
35
- </xs:element>
36
- <xs:element name="Normalized_Function_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
37
- <xs:annotation>
38
- <xs:documentation>The normalized_function_name field contains the normalized name of the API function called, e.g. CreateFile.</xs:documentation>
39
- </xs:annotation>
40
- </xs:element>
41
- <xs:element name="Platform" type="cyboxCommon:PlatformSpecificationType" minOccurs="0">
42
- <xs:annotation>
43
- <xs:documentation>The Platform field specifies the relevant platform for this API.</xs:documentation>
44
- </xs:annotation>
45
- </xs:element>
46
- <xs:element name="Address" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
47
- <xs:annotation>
48
- <xs:documentation>The Address field contains the address of the API call in the binary.</xs:documentation>
49
- </xs:annotation>
50
- </xs:element>
51
- </xs:sequence>
52
- </xs:extension>
53
- </xs:complexContent>
54
- </xs:complexType>
55
- </xs:schema>
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:APIObj="http://cybox.mitre.org/objects#APIObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#APIObject-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>API_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:element name="API" type="APIObj:APIObjectType">
15
+ <xs:annotation>
16
+ <xs:documentation>The API element is intended to characterize a single Application Programming Interface.</xs:documentation>
17
+ </xs:annotation>
18
+ </xs:element>
19
+ <xs:complexType name="APIObjectType">
20
+ <xs:annotation>
21
+ <xs:documentation>The APIObjectType type is intended to characterize a specific Application Programming Interface.</xs:documentation>
22
+ </xs:annotation>
23
+ <xs:complexContent>
24
+ <xs:extension base="cyboxCommon:ObjectPropertiesType">
25
+ <xs:sequence>
26
+ <xs:element name="Description" type="cyboxCommon:StructuredTextType" minOccurs="0">
27
+ <xs:annotation>
28
+ <xs:documentation>The Description field is intended for use in providing a brief description of the API.</xs:documentation>
29
+ </xs:annotation>
30
+ </xs:element>
31
+ <xs:element name="Function_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
32
+ <xs:annotation>
33
+ <xs:documentation>The function_name field contains the exact name of the API function called, e.g. CreateFileEx.</xs:documentation>
34
+ </xs:annotation>
35
+ </xs:element>
36
+ <xs:element name="Normalized_Function_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
37
+ <xs:annotation>
38
+ <xs:documentation>The normalized_function_name field contains the normalized name of the API function called, e.g. CreateFile.</xs:documentation>
39
+ </xs:annotation>
40
+ </xs:element>
41
+ <xs:element name="Platform" type="cyboxCommon:PlatformSpecificationType" minOccurs="0">
42
+ <xs:annotation>
43
+ <xs:documentation>The Platform field specifies the relevant platform for this API.</xs:documentation>
44
+ </xs:annotation>
45
+ </xs:element>
46
+ <xs:element name="Address" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
47
+ <xs:annotation>
48
+ <xs:documentation>The Address field contains the address of the API call in the binary.</xs:documentation>
49
+ </xs:annotation>
50
+ </xs:element>
51
+ </xs:sequence>
52
+ </xs:extension>
53
+ </xs:complexContent>
54
+ </xs:complexType>
55
+ </xs:schema>
@@ -1,98 +1,98 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ARPCacheObj="http://cybox.mitre.org/objects#ARPCacheObject-1" xmlns:AddressObj="http://cybox.mitre.org/objects#AddressObject-2" xmlns:SystemObj="http://cybox.mitre.org/objects#SystemObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#ARPCacheObject-1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
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>ARP_Cache_Object</schema>
7
- <version>1.0</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:import namespace="http://cybox.mitre.org/objects#SystemObject-2" schemaLocation="System_Object.xsd"/>
16
- <xs:element name="ARP_Cache" type="ARPCacheObj:ARPCacheObjectType">
17
- <xs:annotation>
18
- <xs:documentation>The ARP_Cache object is intended to characterize an address resolution protocol (ARP) cache on a system.</xs:documentation>
19
- </xs:annotation>
20
- </xs:element>
21
- <xs:complexType name="ARPCacheObjectType" mixed="false">
22
- <xs:annotation>
23
- <xs:documentation>The ARPCacheObjectType type is intended to characterize entries in a system's address resolution protocol (ARP) cache.</xs:documentation>
24
- </xs:annotation>
25
- <xs:complexContent>
26
- <xs:extension base="cyboxCommon:ObjectPropertiesType">
27
- <xs:sequence>
28
- <xs:element name="ARP_Cache_Entry" type="ARPCacheObj:ARPCacheEntryType" maxOccurs="unbounded">
29
- <xs:annotation>
30
- <xs:documentation>The ARP_Cache_Entry field is intended to characterize a single address resolution protocol (ARP) cache entry.</xs:documentation>
31
- </xs:annotation>
32
- </xs:element>
33
- </xs:sequence>
34
- </xs:extension>
35
- </xs:complexContent>
36
- </xs:complexType>
37
- <xs:complexType name="ARPCacheEntryType">
38
- <xs:annotation>
39
- <xs:documentation>The ARPCacheEntryType type is intended to characterize a single entry in a system's ARP cache.</xs:documentation>
40
- </xs:annotation>
41
- <xs:sequence>
42
- <xs:element minOccurs="0" name="IP_Address" type="AddressObj:AddressObjectType">
43
- <xs:annotation>
44
- <xs:documentation>The IP_Address field specifies the IP address that is mapped to the physical address in the ARP cache entry.</xs:documentation>
45
- </xs:annotation>
46
- </xs:element>
47
- <xs:element minOccurs="0" name="Physical_Address" type="cyboxCommon:StringObjectPropertyType">
48
- <xs:annotation>
49
- <xs:documentation>The Physical_Address field specifies the physical (e.g. MAC-48) address that is mapped to the IP address in the ARP cache entry. Either a colon (':') or a dash ('-') may be used as a separator between the octets.</xs:documentation>
50
- </xs:annotation>
51
- </xs:element>
52
- <xs:element minOccurs="0" name="Type" type="ARPCacheObj:ARPCacheEntryTypeType">
53
- <xs:annotation>
54
- <xs:documentation>The Type field specifies the type of ARP cache entry, which typically refers to the way the entry was added to the cache.</xs:documentation>
55
- </xs:annotation>
56
- </xs:element>
57
- <xs:element minOccurs="0" name="Network_Interface" type="SystemObj:NetworkInterfaceType">
58
- <xs:annotation>
59
- <xs:documentation>The Network_Interface field permits the specification of the network interface to which the ARP cache entry belongs.</xs:documentation>
60
- </xs:annotation>
61
- </xs:element>
62
- </xs:sequence>
63
- </xs:complexType>
64
- <xs:complexType name="ARPCacheEntryTypeType">
65
- <xs:annotation>
66
- <xs:documentation>The ARPCacheEntryTypeType specifies ARP cache entry types via a union of the ARPCacheEntryTypeEnum 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>
67
- </xs:annotation>
68
- <xs:simpleContent>
69
- <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
70
- <xs:simpleType>
71
- <xs:union memberTypes="ARPCacheObj:ARPCacheEntryTypeEnum xs:string"/>
72
- </xs:simpleType>
73
- <xs:attribute fixed="string" name="datatype" type="cyboxCommon:DatatypeEnum">
74
- <xs:annotation>
75
- <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
76
- </xs:annotation>
77
- </xs:attribute>
78
- </xs:restriction>
79
- </xs:simpleContent>
80
- </xs:complexType>
81
- <xs:simpleType name="ARPCacheEntryTypeEnum">
82
- <xs:annotation>
83
- <xs:documentation>The ARPCacheEntryTypeEnum is an enumeration of arp cache entry types.</xs:documentation>
84
- </xs:annotation>
85
- <xs:restriction base="xs:string">
86
- <xs:enumeration value="static">
87
- <xs:annotation>
88
- <xs:documentation>The static value specifies an IP address/physical address pair that was manually added to the cache table for a device and is kept in the cache on a permanent basis.</xs:documentation>
89
- </xs:annotation>
90
- </xs:enumeration>
91
- <xs:enumeration value="dynamic">
92
- <xs:annotation>
93
- <xs:documentation>The dynamic value specifies an IP address/physical address pair added to the cache automatically as a result of successfully-completed past ARP resolutions.</xs:documentation>
94
- </xs:annotation>
95
- </xs:enumeration>
96
- </xs:restriction>
97
- </xs:simpleType>
98
- </xs:schema>
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ARPCacheObj="http://cybox.mitre.org/objects#ARPCacheObject-1" xmlns:AddressObj="http://cybox.mitre.org/objects#AddressObject-2" xmlns:SystemObj="http://cybox.mitre.org/objects#SystemObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#ARPCacheObject-1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
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>ARP_Cache_Object</schema>
7
+ <version>1.0</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:import namespace="http://cybox.mitre.org/objects#SystemObject-2" schemaLocation="System_Object.xsd"/>
16
+ <xs:element name="ARP_Cache" type="ARPCacheObj:ARPCacheObjectType">
17
+ <xs:annotation>
18
+ <xs:documentation>The ARP_Cache object is intended to characterize an address resolution protocol (ARP) cache on a system.</xs:documentation>
19
+ </xs:annotation>
20
+ </xs:element>
21
+ <xs:complexType name="ARPCacheObjectType" mixed="false">
22
+ <xs:annotation>
23
+ <xs:documentation>The ARPCacheObjectType type is intended to characterize entries in a system's address resolution protocol (ARP) cache.</xs:documentation>
24
+ </xs:annotation>
25
+ <xs:complexContent>
26
+ <xs:extension base="cyboxCommon:ObjectPropertiesType">
27
+ <xs:sequence>
28
+ <xs:element name="ARP_Cache_Entry" type="ARPCacheObj:ARPCacheEntryType" maxOccurs="unbounded">
29
+ <xs:annotation>
30
+ <xs:documentation>The ARP_Cache_Entry field is intended to characterize a single address resolution protocol (ARP) cache entry.</xs:documentation>
31
+ </xs:annotation>
32
+ </xs:element>
33
+ </xs:sequence>
34
+ </xs:extension>
35
+ </xs:complexContent>
36
+ </xs:complexType>
37
+ <xs:complexType name="ARPCacheEntryType">
38
+ <xs:annotation>
39
+ <xs:documentation>The ARPCacheEntryType type is intended to characterize a single entry in a system's ARP cache.</xs:documentation>
40
+ </xs:annotation>
41
+ <xs:sequence>
42
+ <xs:element minOccurs="0" name="IP_Address" type="AddressObj:AddressObjectType">
43
+ <xs:annotation>
44
+ <xs:documentation>The IP_Address field specifies the IP address that is mapped to the physical address in the ARP cache entry.</xs:documentation>
45
+ </xs:annotation>
46
+ </xs:element>
47
+ <xs:element minOccurs="0" name="Physical_Address" type="cyboxCommon:StringObjectPropertyType">
48
+ <xs:annotation>
49
+ <xs:documentation>The Physical_Address field specifies the physical (e.g. MAC-48) address that is mapped to the IP address in the ARP cache entry. Either a colon (':') or a dash ('-') may be used as a separator between the octets.</xs:documentation>
50
+ </xs:annotation>
51
+ </xs:element>
52
+ <xs:element minOccurs="0" name="Type" type="ARPCacheObj:ARPCacheEntryTypeType">
53
+ <xs:annotation>
54
+ <xs:documentation>The Type field specifies the type of ARP cache entry, which typically refers to the way the entry was added to the cache.</xs:documentation>
55
+ </xs:annotation>
56
+ </xs:element>
57
+ <xs:element minOccurs="0" name="Network_Interface" type="SystemObj:NetworkInterfaceType">
58
+ <xs:annotation>
59
+ <xs:documentation>The Network_Interface field permits the specification of the network interface to which the ARP cache entry belongs.</xs:documentation>
60
+ </xs:annotation>
61
+ </xs:element>
62
+ </xs:sequence>
63
+ </xs:complexType>
64
+ <xs:complexType name="ARPCacheEntryTypeType">
65
+ <xs:annotation>
66
+ <xs:documentation>The ARPCacheEntryTypeType specifies ARP cache entry types via a union of the ARPCacheEntryTypeEnum 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>
67
+ </xs:annotation>
68
+ <xs:simpleContent>
69
+ <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
70
+ <xs:simpleType>
71
+ <xs:union memberTypes="ARPCacheObj:ARPCacheEntryTypeEnum xs:string"/>
72
+ </xs:simpleType>
73
+ <xs:attribute fixed="string" name="datatype" type="cyboxCommon:DatatypeEnum">
74
+ <xs:annotation>
75
+ <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
76
+ </xs:annotation>
77
+ </xs:attribute>
78
+ </xs:restriction>
79
+ </xs:simpleContent>
80
+ </xs:complexType>
81
+ <xs:simpleType name="ARPCacheEntryTypeEnum">
82
+ <xs:annotation>
83
+ <xs:documentation>The ARPCacheEntryTypeEnum is an enumeration of arp cache entry types.</xs:documentation>
84
+ </xs:annotation>
85
+ <xs:restriction base="xs:string">
86
+ <xs:enumeration value="static">
87
+ <xs:annotation>
88
+ <xs:documentation>The static value specifies an IP address/physical address pair that was manually added to the cache table for a device and is kept in the cache on a permanent basis.</xs:documentation>
89
+ </xs:annotation>
90
+ </xs:enumeration>
91
+ <xs:enumeration value="dynamic">
92
+ <xs:annotation>
93
+ <xs:documentation>The dynamic value specifies an IP address/physical address pair added to the cache automatically as a result of successfully-completed past ARP resolutions.</xs:documentation>
94
+ </xs:annotation>
95
+ </xs:enumeration>
96
+ </xs:restriction>
97
+ </xs:simpleType>
98
+ </xs:schema>
@@ -1,50 +1,50 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ASObj="http://cybox.mitre.org/objects#ASObject-1" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#ASObject-1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
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>AS Object</schema>
7
- <version>1.0</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:element name="AS" type="ASObj:ASObjectType">
15
- <xs:annotation>
16
- <xs:documentation>The AS element is intended to characterize a single autonomous system (AS).</xs:documentation>
17
- </xs:annotation>
18
- </xs:element>
19
- <xs:complexType name="ASObjectType">
20
- <xs:annotation>
21
- <xs:documentation>The ASObjectType type is intended to characterize an autonomous system (AS).</xs:documentation>
22
- </xs:annotation>
23
- <xs:complexContent>
24
- <xs:extension base="cyboxCommon:ObjectPropertiesType">
25
- <xs:sequence>
26
- <xs:element minOccurs="0" name="Number" type="cyboxCommon:NonNegativeIntegerObjectPropertyType">
27
- <xs:annotation>
28
- <xs:documentation>The Number field specifies the number assigned to the autonomous system (AS). Such assignments are typically performed by a regional internet registry (RIR).</xs:documentation>
29
- </xs:annotation>
30
- </xs:element>
31
- <xs:element name="Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
32
- <xs:annotation>
33
- <xs:documentation>The Name field specifies the name of the autonomous system (AS).</xs:documentation>
34
- </xs:annotation>
35
- </xs:element>
36
- <xs:element minOccurs="0" name="Handle" type="cyboxCommon:StringObjectPropertyType">
37
- <xs:annotation>
38
- <xs:documentation>The Handle field specifies the handle for the autonomous system (AS), which is typically the AS number prepended with the string 'AS'.</xs:documentation>
39
- </xs:annotation>
40
- </xs:element>
41
- <xs:element minOccurs="0" name="Regional_Internet_Registry" type="cyboxCommon:RegionalRegistryType">
42
- <xs:annotation>
43
- <xs:documentation>The Regional_Internet_Registry field specifies the name of the regional internet registry (RIR) that assigned the number to the autonomous system (AS).</xs:documentation>
44
- </xs:annotation>
45
- </xs:element>
46
- </xs:sequence>
47
- </xs:extension>
48
- </xs:complexContent>
49
- </xs:complexType>
50
- </xs:schema>
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ASObj="http://cybox.mitre.org/objects#ASObject-1" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#ASObject-1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
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>AS Object</schema>
7
+ <version>1.0</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:element name="AS" type="ASObj:ASObjectType">
15
+ <xs:annotation>
16
+ <xs:documentation>The AS element is intended to characterize a single autonomous system (AS).</xs:documentation>
17
+ </xs:annotation>
18
+ </xs:element>
19
+ <xs:complexType name="ASObjectType">
20
+ <xs:annotation>
21
+ <xs:documentation>The ASObjectType type is intended to characterize an autonomous system (AS).</xs:documentation>
22
+ </xs:annotation>
23
+ <xs:complexContent>
24
+ <xs:extension base="cyboxCommon:ObjectPropertiesType">
25
+ <xs:sequence>
26
+ <xs:element minOccurs="0" name="Number" type="cyboxCommon:NonNegativeIntegerObjectPropertyType">
27
+ <xs:annotation>
28
+ <xs:documentation>The Number field specifies the number assigned to the autonomous system (AS). Such assignments are typically performed by a regional internet registry (RIR).</xs:documentation>
29
+ </xs:annotation>
30
+ </xs:element>
31
+ <xs:element name="Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
32
+ <xs:annotation>
33
+ <xs:documentation>The Name field specifies the name of the autonomous system (AS).</xs:documentation>
34
+ </xs:annotation>
35
+ </xs:element>
36
+ <xs:element minOccurs="0" name="Handle" type="cyboxCommon:StringObjectPropertyType">
37
+ <xs:annotation>
38
+ <xs:documentation>The Handle field specifies the handle for the autonomous system (AS), which is typically the AS number prepended with the string 'AS'.</xs:documentation>
39
+ </xs:annotation>
40
+ </xs:element>
41
+ <xs:element minOccurs="0" name="Regional_Internet_Registry" type="cyboxCommon:RegionalRegistryType">
42
+ <xs:annotation>
43
+ <xs:documentation>The Regional_Internet_Registry field specifies the name of the regional internet registry (RIR) that assigned the number to the autonomous system (AS).</xs:documentation>
44
+ </xs:annotation>
45
+ </xs:element>
46
+ </xs:sequence>
47
+ </xs:extension>
48
+ </xs:complexContent>
49
+ </xs:complexType>
50
+ </xs:schema>
@@ -1,501 +1,501 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:AccountObj="http://cybox.mitre.org/objects#AccountObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#AccountObject-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>Account_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:element name="Account" type="AccountObj:AccountObjectType">
15
- <xs:annotation>
16
- <xs:documentation>The Account object is intended to characterize generic accounts.</xs:documentation>
17
- </xs:annotation>
18
- </xs:element>
19
- <xs:complexType name="AccountObjectType" mixed="false">
20
- <xs:annotation>
21
- <xs:documentation>The AccountObjectType type is intended to characterize generic accounts.</xs:documentation>
22
- </xs:annotation>
23
- <xs:complexContent>
24
- <xs:extension base="cyboxCommon:ObjectPropertiesType">
25
- <xs:sequence>
26
- <xs:element name="Description" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
27
- <xs:annotation>
28
- <xs:documentation>The Description field is used for providing a description of the account, if applicable.</xs:documentation>
29
- </xs:annotation>
30
- </xs:element>
31
- <xs:element name="Domain" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
32
- <xs:annotation>
33
- <xs:documentation>The Domain field is used for specifying the domain that the account belongs to.</xs:documentation>
34
- </xs:annotation>
35
- </xs:element>
36
- <xs:element name="Authentication" type="AccountObj:AuthenticationType" minOccurs="0" maxOccurs="unbounded">
37
- <xs:annotation>
38
- <xs:documentation>The Authentication field specifies authentication information associated with this account.</xs:documentation>
39
- </xs:annotation>
40
- </xs:element>
41
- <xs:element name="Creation_Date" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0">
42
- <xs:annotation>
43
- <xs:documentation>The Creation_Date field specifies the date and time that the account was created.</xs:documentation>
44
- </xs:annotation>
45
- </xs:element>
46
- <xs:element name="Modified_Date" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0">
47
- <xs:annotation>
48
- <xs:documentation>The Modified_Date field specifies the date and time that the account was last modified.</xs:documentation>
49
- </xs:annotation>
50
- </xs:element>
51
- <xs:element name="Last_Accessed_Time" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0">
52
- <xs:annotation>
53
- <xs:documentation>The Last_Accessed_Time field specifies the date and time that the account was last accessed.</xs:documentation>
54
- </xs:annotation>
55
- </xs:element>
56
- </xs:sequence>
57
- <xs:attribute name="disabled" type="xs:boolean">
58
- <xs:annotation>
59
- <xs:documentation>The disabled field specifies whether or not the account is disabled.</xs:documentation>
60
- </xs:annotation>
61
- </xs:attribute>
62
- <xs:attribute name="locked_out" type="xs:boolean">
63
- <xs:annotation>
64
- <xs:documentation>The locked_out field specifies whether or not the account is locked out.</xs:documentation>
65
- </xs:annotation>
66
- </xs:attribute>
67
- </xs:extension>
68
- </xs:complexContent>
69
- </xs:complexType>
70
- <xs:complexType name="AuthenticationType">
71
- <xs:annotation>
72
- <xs:documentation>The AuthenticationType type specifies authentication information for an account.</xs:documentation>
73
- </xs:annotation>
74
- <xs:sequence>
75
- <xs:element name="Authentication_Type" type="cyboxCommon:ControlledVocabularyStringType" minOccurs="0">
76
- <xs:annotation>
77
- <xs:documentation>The Authentication_Type field specifies the type of authentication required by this Account.</xs:documentation>
78
- <xs:documentation>This field is implemented through the xsi:type controlled vocabulary extension mechanism. The default vocabulary type is AuthenticationTypeVocab-1.0 in the http://cybox.mitre.org/objects#AccountObject-2 namespace.</xs:documentation>
79
- <xs:documentation>Users may also define their own vocabulary using the type extension mechanism, specify a vocabulary name and reference using the attributes, or simply use this as a string field.</xs:documentation>
80
- </xs:annotation>
81
- </xs:element>
82
- <xs:element name="Authentication_Data" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
83
- <xs:annotation>
84
- <xs:documentation>The Authentication_Data field specifies the data used for the authentication type specified by the Authentication_Type field. For example, if Authentication_Type is set to "Password", this would be the actual password value.</xs:documentation>
85
- </xs:annotation>
86
- </xs:element>
87
- <xs:element name="Authentication_Token_Protection_Mechanism" type="cyboxCommon:ControlledVocabularyStringType" minOccurs="0">
88
- <xs:annotation>
89
- <xs:documentation>The Authentication_Token_Protection_Mechanism field specifies the method (typically algorithm) of protecting authentication tokens for this account.</xs:documentation>
90
- <xs:documentation>This field is implemented through the xsi:type controlled vocabulary extension mechanism. The default vocabulary type is AuthenticationTokenProtectionMechanismTypeVocab-1.0 in the http://cybox.mitre.org/objects#AccountObject-2 namespace.</xs:documentation>
91
- <xs:documentation>Users may also define their own vocabulary using the type extension mechanism, specify a vocabulary name and reference using the attributes, or simply use this as a string field.</xs:documentation>
92
- </xs:annotation>
93
- </xs:element>
94
- <xs:element name="Structured_Authentication_Mechanism" minOccurs="0" type="AccountObj:StructuredAuthenticationMechanismType">
95
- <xs:annotation>
96
- <xs:documentation>The Structured_Authentication_Mechanism field provides authors a field for describing authentication mechanism information in a structured language defined outside of CybOX.</xs:documentation>
97
- </xs:annotation>
98
- </xs:element>
99
- </xs:sequence>
100
- </xs:complexType>
101
- <xs:complexType name="StructuredAuthenticationMechanismType">
102
- <xs:annotation>
103
- <xs:documentation>Characterizes the description of an authentication mechanism, such as biometrics-based authentication.</xs:documentation>
104
- <xs:documentation>In addition to capturing basic information, this type is intended to be extended to enable the structured description of an authentication mechanism using the XML Schema extension feature. No extension is provided by CybOX to support this, however those wishing to represent structured authentication mechanism information may develop such an extension.</xs:documentation>
105
- </xs:annotation>
106
- <xs:sequence>
107
- <xs:element name="Description" type="cyboxCommon:StructuredTextType" minOccurs="0">
108
- <xs:annotation>
109
- <xs:documentation>The Description field provides an unstructured description of an individual StructuredAuthenticationMechanismType instance.</xs:documentation>
110
- </xs:annotation>
111
- </xs:element>
112
- </xs:sequence>
113
- </xs:complexType>
114
- <xs:complexType name="AuthenticationTypeVocab-1.0">
115
- <xs:annotation>
116
- <xs:documentation>The AuthenticationTypeVocab is the default CybOX vocabulary for authentication types, used in the AuthenticationType/Authentication_Type found in the Account Object schema.</xs:documentation>
117
- </xs:annotation>
118
- <xs:simpleContent>
119
- <xs:restriction base="cyboxCommon:ControlledVocabularyStringType">
120
- <xs:simpleType>
121
- <xs:union memberTypes="AccountObj:AuthenticationTypeEnum-1.0"/>
122
- </xs:simpleType>
123
- <xs:attribute name="vocab_name" type="xs:string" use="optional" fixed="CybOX Default Authentication Types"/>
124
- <xs:attribute name="vocab_reference" type="xs:anyURI" use="optional" fixed="http://cybox.mitre.org/XMLSchema/objects/Account/2.1/Account_Object.xsd#AuthenticationTypeVocab-1.0"/>
125
- </xs:restriction>
126
- </xs:simpleContent>
127
- </xs:complexType>
128
- <xs:simpleType name="AuthenticationTypeEnum-1.0">
129
- <xs:annotation>
130
- <xs:documentation>The AuthenticationTypeEnum is a (non-exhaustive) enumeration of authentication types for accounts. This is leveraged by the Account Object.</xs:documentation>
131
- </xs:annotation>
132
- <xs:restriction base="xs:string">
133
- <xs:enumeration value="No Authentication">
134
- <xs:annotation>
135
- <xs:documentation>The No Authentication value specifies that there is no authentication mechanism in place.</xs:documentation>
136
- </xs:annotation>
137
- </xs:enumeration>
138
- <xs:enumeration value="Password">
139
- <xs:annotation>
140
- <xs:documentation>The Password value specifies password based authentication.</xs:documentation>
141
- </xs:annotation>
142
- </xs:enumeration>
143
- <xs:enumeration value="Cryptographic Key">
144
- <xs:annotation>
145
- <xs:documentation>The Cryptographic Key value specifies cryptographic key based authentication.</xs:documentation>
146
- </xs:annotation>
147
- </xs:enumeration>
148
- <xs:enumeration value="Biometrics">
149
- <xs:annotation>
150
- <xs:documentation>The Biometrics value specifies biometrics based authentication. Examples include fingerprint or retina readers.</xs:documentation>
151
- </xs:annotation>
152
- </xs:enumeration>
153
- <xs:enumeration value="Hardware Token">
154
- <xs:annotation>
155
- <xs:documentation>The Hardware Token value specifies authentication requiring physical or hardware tokens. Examples include smart cards, bluetooth tokens, and usb tokens.</xs:documentation>
156
- </xs:annotation>
157
- </xs:enumeration>
158
- <xs:enumeration value="Software Token">
159
- <xs:annotation>
160
- <xs:documentation>The Software Token value specifies an authentication device stored in software form.</xs:documentation>
161
- </xs:annotation>
162
- </xs:enumeration>
163
- <xs:enumeration value="Multifactor">
164
- <xs:annotation>
165
- <xs:documentation>The Multifactor authentication value specifies multifactor authentication.</xs:documentation>
166
- </xs:annotation>
167
- </xs:enumeration>
168
- </xs:restriction>
169
- </xs:simpleType>
170
- <xs:complexType name="AuthenticationTokenProtectionMechanismTypeVocab-1.0">
171
- <xs:annotation>
172
- <xs:documentation>The AuthenticationTokenProtectionMechanismTypeVocab is the default CybOX vocabulary for authentication token protection mechanisms, used in the AuthenticationType/Authentication_Token_Protection_Mechanism found in the Account Object schema.</xs:documentation>
173
- </xs:annotation>
174
- <xs:simpleContent>
175
- <xs:restriction base="cyboxCommon:ControlledVocabularyStringType">
176
- <xs:simpleType>
177
- <xs:union memberTypes="AccountObj:AuthenticationTokenProtectionMechanismTypeEnum-1.0"/>
178
- </xs:simpleType>
179
- <xs:attribute name="vocab_name" type="xs:string" use="optional" fixed="CybOX Default Authentication Token Protection Mechanism Types"/>
180
- <xs:attribute name="vocab_reference" type="xs:anyURI" use="optional" fixed="http://cybox.mitre.org/XMLSchema/objects/Account/2.1/Account_Object.xsd#AuthenticationTokenProtectionMechanismTypeVocab-1.0"/>
181
- </xs:restriction>
182
- </xs:simpleContent>
183
- </xs:complexType>
184
- <xs:simpleType name="AuthenticationTokenProtectionMechanismTypeEnum-1.0">
185
- <xs:annotation>
186
- <xs:documentation>The AuthenticationTokenProtectionMechanismTypeEnum is a (non-exhaustive) enumeration of methods for the protection of authentication tokens.</xs:documentation>
187
- </xs:annotation>
188
- <xs:restriction base="xs:string">
189
- <xs:enumeration value="Plaintext">
190
- <xs:annotation>
191
- <xs:documentation>The authentication tokens are stored in plaintext.</xs:documentation>
192
- </xs:annotation>
193
- </xs:enumeration>
194
- <xs:enumeration value="Salted GOST Hash">
195
- <xs:annotation>
196
- <xs:documentation>The authentication tokens have been salted and hashed with the GOST hash algorithm.</xs:documentation>
197
- </xs:annotation>
198
- </xs:enumeration>
199
- <xs:enumeration value="Unsalted GOST Hash">
200
- <xs:annotation>
201
- <xs:documentation>The authentication tokens have been hashed with the GOST hash algorithm, without salting.</xs:documentation>
202
- </xs:annotation>
203
- </xs:enumeration>
204
- <xs:enumeration value="Salted HAVAL Hash">
205
- <xs:annotation>
206
- <xs:documentation>The authentication tokens have been salted and hashed with the HAVAL hash algorithm.</xs:documentation>
207
- </xs:annotation>
208
- </xs:enumeration>
209
- <xs:enumeration value="Unsalted HAVAL Hash">
210
- <xs:annotation>
211
- <xs:documentation>The authentication tokens have been hashed with the HAVAL hash algorithm, without salting.</xs:documentation>
212
- </xs:annotation>
213
- </xs:enumeration>
214
- <xs:enumeration value="Salted MD2 Hash">
215
- <xs:annotation>
216
- <xs:documentation>The authentication tokens have been salted and hashed with the MD2 hash algorithm.</xs:documentation>
217
- </xs:annotation>
218
- </xs:enumeration>
219
- <xs:enumeration value="Unsalted MD2 Hash">
220
- <xs:annotation>
221
- <xs:documentation>The authentication tokens have been hashed with the MD2 hash algorithm, without salting.</xs:documentation>
222
- </xs:annotation>
223
- </xs:enumeration>
224
- <xs:enumeration value="Salted MD4 Hash">
225
- <xs:annotation>
226
- <xs:documentation>The authentication tokens have been salted and hashed with the MD4 hash algorithm.</xs:documentation>
227
- </xs:annotation>
228
- </xs:enumeration>
229
- <xs:enumeration value="Unsalted MD4 Hash">
230
- <xs:annotation>
231
- <xs:documentation>The authentication tokens have been hashed with the MD4 hash algorithm, without salting.</xs:documentation>
232
- </xs:annotation>
233
- </xs:enumeration>
234
- <xs:enumeration value="Salted MD5 Hash">
235
- <xs:annotation>
236
- <xs:documentation>The authentication tokens have been salted and hashed with the MD5 hash algorithm.</xs:documentation>
237
- </xs:annotation>
238
- </xs:enumeration>
239
- <xs:enumeration value="Unsalted MD5 Hash">
240
- <xs:annotation>
241
- <xs:documentation>The authentication tokens have been hashed with the MD5 hash algorithm, without salting.</xs:documentation>
242
- </xs:annotation>
243
- </xs:enumeration>
244
- <xs:enumeration value="Salted PANAMA Hash">
245
- <xs:annotation>
246
- <xs:documentation>The authentication tokens have been salted and hashed with the PANAMA hash algorithm.</xs:documentation>
247
- </xs:annotation>
248
- </xs:enumeration>
249
- <xs:enumeration value="Unsalted PANAMA Hash">
250
- <xs:annotation>
251
- <xs:documentation>The authentication tokens have been hashed with the PANAMA hash algorithm, without salting.</xs:documentation>
252
- </xs:annotation>
253
- </xs:enumeration>
254
- <xs:enumeration value="Salted RadioGatun Hash">
255
- <xs:annotation>
256
- <xs:documentation>The authentication tokens have been salted and hashed with the RadioGatun hash algorithm.</xs:documentation>
257
- </xs:annotation>
258
- </xs:enumeration>
259
- <xs:enumeration value="Unsalted RadioGatun Hash">
260
- <xs:annotation>
261
- <xs:documentation>The authentication tokens have been hashed with the RadioGatun hash algorithm, without salting.</xs:documentation>
262
- </xs:annotation>
263
- </xs:enumeration>
264
- <xs:enumeration value="Salted RIPEMD Hash">
265
- <xs:annotation>
266
- <xs:documentation>The authentication tokens have been salted and hashed with the RIPEMD hash algorithm.</xs:documentation>
267
- </xs:annotation>
268
- </xs:enumeration>
269
- <xs:enumeration value="Unsalted RIPEMD Hash">
270
- <xs:annotation>
271
- <xs:documentation>The authentication tokens have been hashed with the RIPEMD hash algorithm, without salting.</xs:documentation>
272
- </xs:annotation>
273
- </xs:enumeration>
274
- <xs:enumeration value="Salted RIPEMD-128/256 Hash">
275
- <xs:annotation>
276
- <xs:documentation>The authentication tokens have been salted and hashed with the RIPEMD-128/256 hash algorithm.</xs:documentation>
277
- </xs:annotation>
278
- </xs:enumeration>
279
- <xs:enumeration value="Unsalted RIPEMD-128/256 Hash">
280
- <xs:annotation>
281
- <xs:documentation>The authentication tokens have been hashed with the RIPEMD-128/256 hash algorithm, without salting.</xs:documentation>
282
- </xs:annotation>
283
- </xs:enumeration>
284
- <xs:enumeration value="Salted RIPEMD-160 Hash">
285
- <xs:annotation>
286
- <xs:documentation>The authentication tokens have been salted and hashed with the RIPEMD-160 hash algorithm.</xs:documentation>
287
- </xs:annotation>
288
- </xs:enumeration>
289
- <xs:enumeration value="Unsalted RIPEMD-160 Hash">
290
- <xs:annotation>
291
- <xs:documentation>The authentication tokens have been hashed with the RIPEMD-160 hash algorithm, without salting.</xs:documentation>
292
- </xs:annotation>
293
- </xs:enumeration>
294
- <xs:enumeration value="Salted RIPEMD-320 Hash">
295
- <xs:annotation>
296
- <xs:documentation>The authentication tokens have been salted and hashed with the RIPEMD-320 hash algorithm.</xs:documentation>
297
- </xs:annotation>
298
- </xs:enumeration>
299
- <xs:enumeration value="Unsalted RIPEMD-320 Hash">
300
- <xs:annotation>
301
- <xs:documentation>The authentication tokens have been hashed with the RIPEMD-320 hash algorithm, without salting.</xs:documentation>
302
- </xs:annotation>
303
- </xs:enumeration>
304
- <xs:enumeration value="Salted SHA-0 Hash">
305
- <xs:annotation>
306
- <xs:documentation>The authentication tokens have been salted and hashed with the SHA-0 hash algorithm.</xs:documentation>
307
- </xs:annotation>
308
- </xs:enumeration>
309
- <xs:enumeration value="Unsalted SHA-0 Hash">
310
- <xs:annotation>
311
- <xs:documentation>The authentication tokens have been hashed with the SHA-0 hash algorithm, without salting.</xs:documentation>
312
- </xs:annotation>
313
- </xs:enumeration>
314
- <xs:enumeration value="Salted SHA-1 Hash">
315
- <xs:annotation>
316
- <xs:documentation>The authentication tokens have been salted and hashed with the SHA-1 hash algorithm.</xs:documentation>
317
- </xs:annotation>
318
- </xs:enumeration>
319
- <xs:enumeration value="Unsalted SHA-1 Hash">
320
- <xs:annotation>
321
- <xs:documentation>The authentication tokens have been hashed with the SHA-1 hash algorithm, without salting.</xs:documentation>
322
- </xs:annotation>
323
- </xs:enumeration>
324
- <xs:enumeration value="Salted SHA-256/224 Hash">
325
- <xs:annotation>
326
- <xs:documentation>The authentication tokens have been salted and hashed with the SHA-256/224 hash algorithm.</xs:documentation>
327
- </xs:annotation>
328
- </xs:enumeration>
329
- <xs:enumeration value="Unsalted SHA-256/224 Hash">
330
- <xs:annotation>
331
- <xs:documentation>The authentication tokens have been hashed with the SHA-256/224 hash algorithm, without salting.</xs:documentation>
332
- </xs:annotation>
333
- </xs:enumeration>
334
- <xs:enumeration value="Salted SHA-512/384 Hash">
335
- <xs:annotation>
336
- <xs:documentation>The authentication tokens have been salted and hashed with the SHA-512/384 hash algorithm.</xs:documentation>
337
- </xs:annotation>
338
- </xs:enumeration>
339
- <xs:enumeration value="Unsalted SHA-512/384 Hash">
340
- <xs:annotation>
341
- <xs:documentation>The authentication tokens have been hashed with the SHA-512/384 hash algorithm, without salting.</xs:documentation>
342
- </xs:annotation>
343
- </xs:enumeration>
344
- <xs:enumeration value="Salted SHA-3 Hash">
345
- <xs:annotation>
346
- <xs:documentation>The authentication tokens have been salted and hashed with the SHA-3 hash algorithm.</xs:documentation>
347
- </xs:annotation>
348
- </xs:enumeration>
349
- <xs:enumeration value="Unsalted SHA-3 Hash">
350
- <xs:annotation>
351
- <xs:documentation>The authentication tokens have been hashed with the SHA-3 hash algorithm, without salting.</xs:documentation>
352
- </xs:annotation>
353
- </xs:enumeration>
354
- <xs:enumeration value="Salted SHA-3-224 Hash">
355
- <xs:annotation>
356
- <xs:documentation>The authentication tokens have been salted and hashed with the SHA-3-224 hash algorithm.</xs:documentation>
357
- </xs:annotation>
358
- </xs:enumeration>
359
- <xs:enumeration value="Unsalted SHA-3-224 Hash">
360
- <xs:annotation>
361
- <xs:documentation>The authentication tokens have been hashed with the SHA-3-224 hash algorithm, without salting.</xs:documentation>
362
- </xs:annotation>
363
- </xs:enumeration>
364
- <xs:enumeration value="Salted SHA-3-256 Hash">
365
- <xs:annotation>
366
- <xs:documentation>The authentication tokens have been salted and hashed with the SHA-3-256 hash algorithm.</xs:documentation>
367
- </xs:annotation>
368
- </xs:enumeration>
369
- <xs:enumeration value="Unsalted SHA-3-256 Hash">
370
- <xs:annotation>
371
- <xs:documentation>The authentication tokens have been hashed with the SHA-3-256 hash algorithm, without salting.</xs:documentation>
372
- </xs:annotation>
373
- </xs:enumeration>
374
- <xs:enumeration value="Salted SHA-3-384 Hash">
375
- <xs:annotation>
376
- <xs:documentation>The authentication tokens have been salted and hashed with the SHA-3-384 hash algorithm.</xs:documentation>
377
- </xs:annotation>
378
- </xs:enumeration>
379
- <xs:enumeration value="Unsalted SHA-3-384 Hash">
380
- <xs:annotation>
381
- <xs:documentation>The authentication tokens have been hashed with the SHA-3-384 hash algorithm, without salting.</xs:documentation>
382
- </xs:annotation>
383
- </xs:enumeration>
384
- <xs:enumeration value="Salted SHA-3-512 Hash">
385
- <xs:annotation>
386
- <xs:documentation>The authentication tokens have been salted and hashed with the SHA-3-512 hash algorithm.</xs:documentation>
387
- </xs:annotation>
388
- </xs:enumeration>
389
- <xs:enumeration value="Unsalted SHA-3-512 Hash">
390
- <xs:annotation>
391
- <xs:documentation>The authentication tokens have been hashed with the SHA-3-512 hash algorithm, without salting.</xs:documentation>
392
- </xs:annotation>
393
- </xs:enumeration>
394
- <xs:enumeration value="Salted Tiger(2)-192/160/128 Hash">
395
- <xs:annotation>
396
- <xs:documentation>The authentication tokens have been salted and hashed with the Tiger(2)-192/160/128 hash algorithm.</xs:documentation>
397
- </xs:annotation>
398
- </xs:enumeration>
399
- <xs:enumeration value="Unsalted Tiger(2)-192/160/128 Hash">
400
- <xs:annotation>
401
- <xs:documentation>The authentication tokens have been hashed with the Tiger(2)-192/160/128 hash algorithm, without salting.</xs:documentation>
402
- </xs:annotation>
403
- </xs:enumeration>
404
- <xs:enumeration value="Salted WHIRLPOOL Hash">
405
- <xs:annotation>
406
- <xs:documentation>The authentication tokens have been salted and hashed with the WHIRLPOOL hash algorithm.</xs:documentation>
407
- </xs:annotation>
408
- </xs:enumeration>
409
- <xs:enumeration value="Unsalted WHIRLPOOL Hash">
410
- <xs:annotation>
411
- <xs:documentation>The authentication tokens have been hashed with the WHIRLPOOL hash algorithm, without salting.</xs:documentation>
412
- </xs:annotation>
413
- </xs:enumeration>
414
- <xs:enumeration value="Salted Skein-256 Hash">
415
- <xs:annotation>
416
- <xs:documentation>The authentication tokens have been salted and hashed with the Skein-256 hash algorithm.</xs:documentation>
417
- </xs:annotation>
418
- </xs:enumeration>
419
- <xs:enumeration value="Unsalted Skein-256 Hash">
420
- <xs:annotation>
421
- <xs:documentation>The authentication tokens have been hashed with the Skein-256 hash algorithm, without salting.</xs:documentation>
422
- </xs:annotation>
423
- </xs:enumeration>
424
- <xs:enumeration value="Salted Skein-512 Hash">
425
- <xs:annotation>
426
- <xs:documentation>The authentication tokens have been salted and hashed with the Skein-512 hash algorithm.</xs:documentation>
427
- </xs:annotation>
428
- </xs:enumeration>
429
- <xs:enumeration value="Unsalted Skein-512 Hash">
430
- <xs:annotation>
431
- <xs:documentation>The authentication tokens have been hashed with the Skein-512 hash algorithm, without salting.</xs:documentation>
432
- </xs:annotation>
433
- </xs:enumeration>
434
- <xs:enumeration value="Salted Skein-1024 Hash">
435
- <xs:annotation>
436
- <xs:documentation>The authentication tokens have been salted and hashed with the Skein-1024 hash algorithm.</xs:documentation>
437
- </xs:annotation>
438
- </xs:enumeration>
439
- <xs:enumeration value="Unsalted Skein-1024 Hash">
440
- <xs:annotation>
441
- <xs:documentation>The authentication tokens have been hashed with the Skein-1024 hash algorithm, without salting.</xs:documentation>
442
- </xs:annotation>
443
- </xs:enumeration>
444
- <xs:enumeration value="Salted Snefru-128 Hash">
445
- <xs:annotation>
446
- <xs:documentation>The authentication tokens have been salted and hashed with the Snefru-128 hash algorithm.</xs:documentation>
447
- </xs:annotation>
448
- </xs:enumeration>
449
- <xs:enumeration value="Unsalted Snefru-128 Hash">
450
- <xs:annotation>
451
- <xs:documentation>The authentication tokens have been hashed with the Snefru-128 hash algorithm, without salting.</xs:documentation>
452
- </xs:annotation>
453
- </xs:enumeration>
454
- <xs:enumeration value="Salted Snefru-256 Hash">
455
- <xs:annotation>
456
- <xs:documentation>The authentication tokens have been salted and hashed with the Snefru-256 hash algorithm.</xs:documentation>
457
- </xs:annotation>
458
- </xs:enumeration>
459
- <xs:enumeration value="Unsalted Snefru-256 Hash">
460
- <xs:annotation>
461
- <xs:documentation>The authentication tokens have been hashed with the Snefru-256 hash algorithm, without salting.</xs:documentation>
462
- </xs:annotation>
463
- </xs:enumeration>
464
- <xs:enumeration value="Iterative Hash">
465
- <xs:annotation>
466
- <xs:documentation>The authentication tokens have been hashed using an iterative hashing algorithm.</xs:documentation>
467
- </xs:annotation>
468
- </xs:enumeration>
469
- <xs:enumeration value="AES">
470
- <xs:annotation>
471
- <xs:documentation>The authentication tokens have been encrypted with the AES algorithm.</xs:documentation>
472
- </xs:annotation>
473
- </xs:enumeration>
474
- <xs:enumeration value="Blowfish">
475
- <xs:annotation>
476
- <xs:documentation>The authentication tokens have been encrypted with the Blowfish algorithm.</xs:documentation>
477
- </xs:annotation>
478
- </xs:enumeration>
479
- <xs:enumeration value="DES">
480
- <xs:annotation>
481
- <xs:documentation>The authentication tokens have been encrypted with the DES algorithm.</xs:documentation>
482
- </xs:annotation>
483
- </xs:enumeration>
484
- <xs:enumeration value="IDEA">
485
- <xs:annotation>
486
- <xs:documentation>The authentication tokens have been encrypted with the IDEA algorithm.</xs:documentation>
487
- </xs:annotation>
488
- </xs:enumeration>
489
- <xs:enumeration value="RC4">
490
- <xs:annotation>
491
- <xs:documentation>The authentication tokens have been encrypted with the RC4 algorithm.</xs:documentation>
492
- </xs:annotation>
493
- </xs:enumeration>
494
- <xs:enumeration value="TEA">
495
- <xs:annotation>
496
- <xs:documentation>The authentication tokens have been encrypted with the Tiny Encryption Algorithm (TEA).</xs:documentation>
497
- </xs:annotation>
498
- </xs:enumeration>
499
- </xs:restriction>
500
- </xs:simpleType>
501
- </xs:schema>
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:AccountObj="http://cybox.mitre.org/objects#AccountObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#AccountObject-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>Account_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:element name="Account" type="AccountObj:AccountObjectType">
15
+ <xs:annotation>
16
+ <xs:documentation>The Account object is intended to characterize generic accounts.</xs:documentation>
17
+ </xs:annotation>
18
+ </xs:element>
19
+ <xs:complexType name="AccountObjectType" mixed="false">
20
+ <xs:annotation>
21
+ <xs:documentation>The AccountObjectType type is intended to characterize generic accounts.</xs:documentation>
22
+ </xs:annotation>
23
+ <xs:complexContent>
24
+ <xs:extension base="cyboxCommon:ObjectPropertiesType">
25
+ <xs:sequence>
26
+ <xs:element name="Description" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
27
+ <xs:annotation>
28
+ <xs:documentation>The Description field is used for providing a description of the account, if applicable.</xs:documentation>
29
+ </xs:annotation>
30
+ </xs:element>
31
+ <xs:element name="Domain" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
32
+ <xs:annotation>
33
+ <xs:documentation>The Domain field is used for specifying the domain that the account belongs to.</xs:documentation>
34
+ </xs:annotation>
35
+ </xs:element>
36
+ <xs:element name="Authentication" type="AccountObj:AuthenticationType" minOccurs="0" maxOccurs="unbounded">
37
+ <xs:annotation>
38
+ <xs:documentation>The Authentication field specifies authentication information associated with this account.</xs:documentation>
39
+ </xs:annotation>
40
+ </xs:element>
41
+ <xs:element name="Creation_Date" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0">
42
+ <xs:annotation>
43
+ <xs:documentation>The Creation_Date field specifies the date and time that the account was created.</xs:documentation>
44
+ </xs:annotation>
45
+ </xs:element>
46
+ <xs:element name="Modified_Date" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0">
47
+ <xs:annotation>
48
+ <xs:documentation>The Modified_Date field specifies the date and time that the account was last modified.</xs:documentation>
49
+ </xs:annotation>
50
+ </xs:element>
51
+ <xs:element name="Last_Accessed_Time" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0">
52
+ <xs:annotation>
53
+ <xs:documentation>The Last_Accessed_Time field specifies the date and time that the account was last accessed.</xs:documentation>
54
+ </xs:annotation>
55
+ </xs:element>
56
+ </xs:sequence>
57
+ <xs:attribute name="disabled" type="xs:boolean">
58
+ <xs:annotation>
59
+ <xs:documentation>The disabled field specifies whether or not the account is disabled.</xs:documentation>
60
+ </xs:annotation>
61
+ </xs:attribute>
62
+ <xs:attribute name="locked_out" type="xs:boolean">
63
+ <xs:annotation>
64
+ <xs:documentation>The locked_out field specifies whether or not the account is locked out.</xs:documentation>
65
+ </xs:annotation>
66
+ </xs:attribute>
67
+ </xs:extension>
68
+ </xs:complexContent>
69
+ </xs:complexType>
70
+ <xs:complexType name="AuthenticationType">
71
+ <xs:annotation>
72
+ <xs:documentation>The AuthenticationType type specifies authentication information for an account.</xs:documentation>
73
+ </xs:annotation>
74
+ <xs:sequence>
75
+ <xs:element name="Authentication_Type" type="cyboxCommon:ControlledVocabularyStringType" minOccurs="0">
76
+ <xs:annotation>
77
+ <xs:documentation>The Authentication_Type field specifies the type of authentication required by this Account.</xs:documentation>
78
+ <xs:documentation>This field is implemented through the xsi:type controlled vocabulary extension mechanism. The default vocabulary type is AuthenticationTypeVocab-1.0 in the http://cybox.mitre.org/objects#AccountObject-2 namespace.</xs:documentation>
79
+ <xs:documentation>Users may also define their own vocabulary using the type extension mechanism, specify a vocabulary name and reference using the attributes, or simply use this as a string field.</xs:documentation>
80
+ </xs:annotation>
81
+ </xs:element>
82
+ <xs:element name="Authentication_Data" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
83
+ <xs:annotation>
84
+ <xs:documentation>The Authentication_Data field specifies the data used for the authentication type specified by the Authentication_Type field. For example, if Authentication_Type is set to "Password", this would be the actual password value.</xs:documentation>
85
+ </xs:annotation>
86
+ </xs:element>
87
+ <xs:element name="Authentication_Token_Protection_Mechanism" type="cyboxCommon:ControlledVocabularyStringType" minOccurs="0">
88
+ <xs:annotation>
89
+ <xs:documentation>The Authentication_Token_Protection_Mechanism field specifies the method (typically algorithm) of protecting authentication tokens for this account.</xs:documentation>
90
+ <xs:documentation>This field is implemented through the xsi:type controlled vocabulary extension mechanism. The default vocabulary type is AuthenticationTokenProtectionMechanismTypeVocab-1.0 in the http://cybox.mitre.org/objects#AccountObject-2 namespace.</xs:documentation>
91
+ <xs:documentation>Users may also define their own vocabulary using the type extension mechanism, specify a vocabulary name and reference using the attributes, or simply use this as a string field.</xs:documentation>
92
+ </xs:annotation>
93
+ </xs:element>
94
+ <xs:element name="Structured_Authentication_Mechanism" minOccurs="0" type="AccountObj:StructuredAuthenticationMechanismType">
95
+ <xs:annotation>
96
+ <xs:documentation>The Structured_Authentication_Mechanism field provides authors a field for describing authentication mechanism information in a structured language defined outside of CybOX.</xs:documentation>
97
+ </xs:annotation>
98
+ </xs:element>
99
+ </xs:sequence>
100
+ </xs:complexType>
101
+ <xs:complexType name="StructuredAuthenticationMechanismType">
102
+ <xs:annotation>
103
+ <xs:documentation>Characterizes the description of an authentication mechanism, such as biometrics-based authentication.</xs:documentation>
104
+ <xs:documentation>In addition to capturing basic information, this type is intended to be extended to enable the structured description of an authentication mechanism using the XML Schema extension feature. No extension is provided by CybOX to support this, however those wishing to represent structured authentication mechanism information may develop such an extension.</xs:documentation>
105
+ </xs:annotation>
106
+ <xs:sequence>
107
+ <xs:element name="Description" type="cyboxCommon:StructuredTextType" minOccurs="0">
108
+ <xs:annotation>
109
+ <xs:documentation>The Description field provides an unstructured description of an individual StructuredAuthenticationMechanismType instance.</xs:documentation>
110
+ </xs:annotation>
111
+ </xs:element>
112
+ </xs:sequence>
113
+ </xs:complexType>
114
+ <xs:complexType name="AuthenticationTypeVocab-1.0">
115
+ <xs:annotation>
116
+ <xs:documentation>The AuthenticationTypeVocab is the default CybOX vocabulary for authentication types, used in the AuthenticationType/Authentication_Type found in the Account Object schema.</xs:documentation>
117
+ </xs:annotation>
118
+ <xs:simpleContent>
119
+ <xs:restriction base="cyboxCommon:ControlledVocabularyStringType">
120
+ <xs:simpleType>
121
+ <xs:union memberTypes="AccountObj:AuthenticationTypeEnum-1.0"/>
122
+ </xs:simpleType>
123
+ <xs:attribute name="vocab_name" type="xs:string" use="optional" fixed="CybOX Default Authentication Types"/>
124
+ <xs:attribute name="vocab_reference" type="xs:anyURI" use="optional" fixed="http://cybox.mitre.org/XMLSchema/objects/Account/2.1/Account_Object.xsd#AuthenticationTypeVocab-1.0"/>
125
+ </xs:restriction>
126
+ </xs:simpleContent>
127
+ </xs:complexType>
128
+ <xs:simpleType name="AuthenticationTypeEnum-1.0">
129
+ <xs:annotation>
130
+ <xs:documentation>The AuthenticationTypeEnum is a (non-exhaustive) enumeration of authentication types for accounts. This is leveraged by the Account Object.</xs:documentation>
131
+ </xs:annotation>
132
+ <xs:restriction base="xs:string">
133
+ <xs:enumeration value="No Authentication">
134
+ <xs:annotation>
135
+ <xs:documentation>The No Authentication value specifies that there is no authentication mechanism in place.</xs:documentation>
136
+ </xs:annotation>
137
+ </xs:enumeration>
138
+ <xs:enumeration value="Password">
139
+ <xs:annotation>
140
+ <xs:documentation>The Password value specifies password based authentication.</xs:documentation>
141
+ </xs:annotation>
142
+ </xs:enumeration>
143
+ <xs:enumeration value="Cryptographic Key">
144
+ <xs:annotation>
145
+ <xs:documentation>The Cryptographic Key value specifies cryptographic key based authentication.</xs:documentation>
146
+ </xs:annotation>
147
+ </xs:enumeration>
148
+ <xs:enumeration value="Biometrics">
149
+ <xs:annotation>
150
+ <xs:documentation>The Biometrics value specifies biometrics based authentication. Examples include fingerprint or retina readers.</xs:documentation>
151
+ </xs:annotation>
152
+ </xs:enumeration>
153
+ <xs:enumeration value="Hardware Token">
154
+ <xs:annotation>
155
+ <xs:documentation>The Hardware Token value specifies authentication requiring physical or hardware tokens. Examples include smart cards, bluetooth tokens, and usb tokens.</xs:documentation>
156
+ </xs:annotation>
157
+ </xs:enumeration>
158
+ <xs:enumeration value="Software Token">
159
+ <xs:annotation>
160
+ <xs:documentation>The Software Token value specifies an authentication device stored in software form.</xs:documentation>
161
+ </xs:annotation>
162
+ </xs:enumeration>
163
+ <xs:enumeration value="Multifactor">
164
+ <xs:annotation>
165
+ <xs:documentation>The Multifactor authentication value specifies multifactor authentication.</xs:documentation>
166
+ </xs:annotation>
167
+ </xs:enumeration>
168
+ </xs:restriction>
169
+ </xs:simpleType>
170
+ <xs:complexType name="AuthenticationTokenProtectionMechanismTypeVocab-1.0">
171
+ <xs:annotation>
172
+ <xs:documentation>The AuthenticationTokenProtectionMechanismTypeVocab is the default CybOX vocabulary for authentication token protection mechanisms, used in the AuthenticationType/Authentication_Token_Protection_Mechanism found in the Account Object schema.</xs:documentation>
173
+ </xs:annotation>
174
+ <xs:simpleContent>
175
+ <xs:restriction base="cyboxCommon:ControlledVocabularyStringType">
176
+ <xs:simpleType>
177
+ <xs:union memberTypes="AccountObj:AuthenticationTokenProtectionMechanismTypeEnum-1.0"/>
178
+ </xs:simpleType>
179
+ <xs:attribute name="vocab_name" type="xs:string" use="optional" fixed="CybOX Default Authentication Token Protection Mechanism Types"/>
180
+ <xs:attribute name="vocab_reference" type="xs:anyURI" use="optional" fixed="http://cybox.mitre.org/XMLSchema/objects/Account/2.1/Account_Object.xsd#AuthenticationTokenProtectionMechanismTypeVocab-1.0"/>
181
+ </xs:restriction>
182
+ </xs:simpleContent>
183
+ </xs:complexType>
184
+ <xs:simpleType name="AuthenticationTokenProtectionMechanismTypeEnum-1.0">
185
+ <xs:annotation>
186
+ <xs:documentation>The AuthenticationTokenProtectionMechanismTypeEnum is a (non-exhaustive) enumeration of methods for the protection of authentication tokens.</xs:documentation>
187
+ </xs:annotation>
188
+ <xs:restriction base="xs:string">
189
+ <xs:enumeration value="Plaintext">
190
+ <xs:annotation>
191
+ <xs:documentation>The authentication tokens are stored in plaintext.</xs:documentation>
192
+ </xs:annotation>
193
+ </xs:enumeration>
194
+ <xs:enumeration value="Salted GOST Hash">
195
+ <xs:annotation>
196
+ <xs:documentation>The authentication tokens have been salted and hashed with the GOST hash algorithm.</xs:documentation>
197
+ </xs:annotation>
198
+ </xs:enumeration>
199
+ <xs:enumeration value="Unsalted GOST Hash">
200
+ <xs:annotation>
201
+ <xs:documentation>The authentication tokens have been hashed with the GOST hash algorithm, without salting.</xs:documentation>
202
+ </xs:annotation>
203
+ </xs:enumeration>
204
+ <xs:enumeration value="Salted HAVAL Hash">
205
+ <xs:annotation>
206
+ <xs:documentation>The authentication tokens have been salted and hashed with the HAVAL hash algorithm.</xs:documentation>
207
+ </xs:annotation>
208
+ </xs:enumeration>
209
+ <xs:enumeration value="Unsalted HAVAL Hash">
210
+ <xs:annotation>
211
+ <xs:documentation>The authentication tokens have been hashed with the HAVAL hash algorithm, without salting.</xs:documentation>
212
+ </xs:annotation>
213
+ </xs:enumeration>
214
+ <xs:enumeration value="Salted MD2 Hash">
215
+ <xs:annotation>
216
+ <xs:documentation>The authentication tokens have been salted and hashed with the MD2 hash algorithm.</xs:documentation>
217
+ </xs:annotation>
218
+ </xs:enumeration>
219
+ <xs:enumeration value="Unsalted MD2 Hash">
220
+ <xs:annotation>
221
+ <xs:documentation>The authentication tokens have been hashed with the MD2 hash algorithm, without salting.</xs:documentation>
222
+ </xs:annotation>
223
+ </xs:enumeration>
224
+ <xs:enumeration value="Salted MD4 Hash">
225
+ <xs:annotation>
226
+ <xs:documentation>The authentication tokens have been salted and hashed with the MD4 hash algorithm.</xs:documentation>
227
+ </xs:annotation>
228
+ </xs:enumeration>
229
+ <xs:enumeration value="Unsalted MD4 Hash">
230
+ <xs:annotation>
231
+ <xs:documentation>The authentication tokens have been hashed with the MD4 hash algorithm, without salting.</xs:documentation>
232
+ </xs:annotation>
233
+ </xs:enumeration>
234
+ <xs:enumeration value="Salted MD5 Hash">
235
+ <xs:annotation>
236
+ <xs:documentation>The authentication tokens have been salted and hashed with the MD5 hash algorithm.</xs:documentation>
237
+ </xs:annotation>
238
+ </xs:enumeration>
239
+ <xs:enumeration value="Unsalted MD5 Hash">
240
+ <xs:annotation>
241
+ <xs:documentation>The authentication tokens have been hashed with the MD5 hash algorithm, without salting.</xs:documentation>
242
+ </xs:annotation>
243
+ </xs:enumeration>
244
+ <xs:enumeration value="Salted PANAMA Hash">
245
+ <xs:annotation>
246
+ <xs:documentation>The authentication tokens have been salted and hashed with the PANAMA hash algorithm.</xs:documentation>
247
+ </xs:annotation>
248
+ </xs:enumeration>
249
+ <xs:enumeration value="Unsalted PANAMA Hash">
250
+ <xs:annotation>
251
+ <xs:documentation>The authentication tokens have been hashed with the PANAMA hash algorithm, without salting.</xs:documentation>
252
+ </xs:annotation>
253
+ </xs:enumeration>
254
+ <xs:enumeration value="Salted RadioGatun Hash">
255
+ <xs:annotation>
256
+ <xs:documentation>The authentication tokens have been salted and hashed with the RadioGatun hash algorithm.</xs:documentation>
257
+ </xs:annotation>
258
+ </xs:enumeration>
259
+ <xs:enumeration value="Unsalted RadioGatun Hash">
260
+ <xs:annotation>
261
+ <xs:documentation>The authentication tokens have been hashed with the RadioGatun hash algorithm, without salting.</xs:documentation>
262
+ </xs:annotation>
263
+ </xs:enumeration>
264
+ <xs:enumeration value="Salted RIPEMD Hash">
265
+ <xs:annotation>
266
+ <xs:documentation>The authentication tokens have been salted and hashed with the RIPEMD hash algorithm.</xs:documentation>
267
+ </xs:annotation>
268
+ </xs:enumeration>
269
+ <xs:enumeration value="Unsalted RIPEMD Hash">
270
+ <xs:annotation>
271
+ <xs:documentation>The authentication tokens have been hashed with the RIPEMD hash algorithm, without salting.</xs:documentation>
272
+ </xs:annotation>
273
+ </xs:enumeration>
274
+ <xs:enumeration value="Salted RIPEMD-128/256 Hash">
275
+ <xs:annotation>
276
+ <xs:documentation>The authentication tokens have been salted and hashed with the RIPEMD-128/256 hash algorithm.</xs:documentation>
277
+ </xs:annotation>
278
+ </xs:enumeration>
279
+ <xs:enumeration value="Unsalted RIPEMD-128/256 Hash">
280
+ <xs:annotation>
281
+ <xs:documentation>The authentication tokens have been hashed with the RIPEMD-128/256 hash algorithm, without salting.</xs:documentation>
282
+ </xs:annotation>
283
+ </xs:enumeration>
284
+ <xs:enumeration value="Salted RIPEMD-160 Hash">
285
+ <xs:annotation>
286
+ <xs:documentation>The authentication tokens have been salted and hashed with the RIPEMD-160 hash algorithm.</xs:documentation>
287
+ </xs:annotation>
288
+ </xs:enumeration>
289
+ <xs:enumeration value="Unsalted RIPEMD-160 Hash">
290
+ <xs:annotation>
291
+ <xs:documentation>The authentication tokens have been hashed with the RIPEMD-160 hash algorithm, without salting.</xs:documentation>
292
+ </xs:annotation>
293
+ </xs:enumeration>
294
+ <xs:enumeration value="Salted RIPEMD-320 Hash">
295
+ <xs:annotation>
296
+ <xs:documentation>The authentication tokens have been salted and hashed with the RIPEMD-320 hash algorithm.</xs:documentation>
297
+ </xs:annotation>
298
+ </xs:enumeration>
299
+ <xs:enumeration value="Unsalted RIPEMD-320 Hash">
300
+ <xs:annotation>
301
+ <xs:documentation>The authentication tokens have been hashed with the RIPEMD-320 hash algorithm, without salting.</xs:documentation>
302
+ </xs:annotation>
303
+ </xs:enumeration>
304
+ <xs:enumeration value="Salted SHA-0 Hash">
305
+ <xs:annotation>
306
+ <xs:documentation>The authentication tokens have been salted and hashed with the SHA-0 hash algorithm.</xs:documentation>
307
+ </xs:annotation>
308
+ </xs:enumeration>
309
+ <xs:enumeration value="Unsalted SHA-0 Hash">
310
+ <xs:annotation>
311
+ <xs:documentation>The authentication tokens have been hashed with the SHA-0 hash algorithm, without salting.</xs:documentation>
312
+ </xs:annotation>
313
+ </xs:enumeration>
314
+ <xs:enumeration value="Salted SHA-1 Hash">
315
+ <xs:annotation>
316
+ <xs:documentation>The authentication tokens have been salted and hashed with the SHA-1 hash algorithm.</xs:documentation>
317
+ </xs:annotation>
318
+ </xs:enumeration>
319
+ <xs:enumeration value="Unsalted SHA-1 Hash">
320
+ <xs:annotation>
321
+ <xs:documentation>The authentication tokens have been hashed with the SHA-1 hash algorithm, without salting.</xs:documentation>
322
+ </xs:annotation>
323
+ </xs:enumeration>
324
+ <xs:enumeration value="Salted SHA-256/224 Hash">
325
+ <xs:annotation>
326
+ <xs:documentation>The authentication tokens have been salted and hashed with the SHA-256/224 hash algorithm.</xs:documentation>
327
+ </xs:annotation>
328
+ </xs:enumeration>
329
+ <xs:enumeration value="Unsalted SHA-256/224 Hash">
330
+ <xs:annotation>
331
+ <xs:documentation>The authentication tokens have been hashed with the SHA-256/224 hash algorithm, without salting.</xs:documentation>
332
+ </xs:annotation>
333
+ </xs:enumeration>
334
+ <xs:enumeration value="Salted SHA-512/384 Hash">
335
+ <xs:annotation>
336
+ <xs:documentation>The authentication tokens have been salted and hashed with the SHA-512/384 hash algorithm.</xs:documentation>
337
+ </xs:annotation>
338
+ </xs:enumeration>
339
+ <xs:enumeration value="Unsalted SHA-512/384 Hash">
340
+ <xs:annotation>
341
+ <xs:documentation>The authentication tokens have been hashed with the SHA-512/384 hash algorithm, without salting.</xs:documentation>
342
+ </xs:annotation>
343
+ </xs:enumeration>
344
+ <xs:enumeration value="Salted SHA-3 Hash">
345
+ <xs:annotation>
346
+ <xs:documentation>The authentication tokens have been salted and hashed with the SHA-3 hash algorithm.</xs:documentation>
347
+ </xs:annotation>
348
+ </xs:enumeration>
349
+ <xs:enumeration value="Unsalted SHA-3 Hash">
350
+ <xs:annotation>
351
+ <xs:documentation>The authentication tokens have been hashed with the SHA-3 hash algorithm, without salting.</xs:documentation>
352
+ </xs:annotation>
353
+ </xs:enumeration>
354
+ <xs:enumeration value="Salted SHA-3-224 Hash">
355
+ <xs:annotation>
356
+ <xs:documentation>The authentication tokens have been salted and hashed with the SHA-3-224 hash algorithm.</xs:documentation>
357
+ </xs:annotation>
358
+ </xs:enumeration>
359
+ <xs:enumeration value="Unsalted SHA-3-224 Hash">
360
+ <xs:annotation>
361
+ <xs:documentation>The authentication tokens have been hashed with the SHA-3-224 hash algorithm, without salting.</xs:documentation>
362
+ </xs:annotation>
363
+ </xs:enumeration>
364
+ <xs:enumeration value="Salted SHA-3-256 Hash">
365
+ <xs:annotation>
366
+ <xs:documentation>The authentication tokens have been salted and hashed with the SHA-3-256 hash algorithm.</xs:documentation>
367
+ </xs:annotation>
368
+ </xs:enumeration>
369
+ <xs:enumeration value="Unsalted SHA-3-256 Hash">
370
+ <xs:annotation>
371
+ <xs:documentation>The authentication tokens have been hashed with the SHA-3-256 hash algorithm, without salting.</xs:documentation>
372
+ </xs:annotation>
373
+ </xs:enumeration>
374
+ <xs:enumeration value="Salted SHA-3-384 Hash">
375
+ <xs:annotation>
376
+ <xs:documentation>The authentication tokens have been salted and hashed with the SHA-3-384 hash algorithm.</xs:documentation>
377
+ </xs:annotation>
378
+ </xs:enumeration>
379
+ <xs:enumeration value="Unsalted SHA-3-384 Hash">
380
+ <xs:annotation>
381
+ <xs:documentation>The authentication tokens have been hashed with the SHA-3-384 hash algorithm, without salting.</xs:documentation>
382
+ </xs:annotation>
383
+ </xs:enumeration>
384
+ <xs:enumeration value="Salted SHA-3-512 Hash">
385
+ <xs:annotation>
386
+ <xs:documentation>The authentication tokens have been salted and hashed with the SHA-3-512 hash algorithm.</xs:documentation>
387
+ </xs:annotation>
388
+ </xs:enumeration>
389
+ <xs:enumeration value="Unsalted SHA-3-512 Hash">
390
+ <xs:annotation>
391
+ <xs:documentation>The authentication tokens have been hashed with the SHA-3-512 hash algorithm, without salting.</xs:documentation>
392
+ </xs:annotation>
393
+ </xs:enumeration>
394
+ <xs:enumeration value="Salted Tiger(2)-192/160/128 Hash">
395
+ <xs:annotation>
396
+ <xs:documentation>The authentication tokens have been salted and hashed with the Tiger(2)-192/160/128 hash algorithm.</xs:documentation>
397
+ </xs:annotation>
398
+ </xs:enumeration>
399
+ <xs:enumeration value="Unsalted Tiger(2)-192/160/128 Hash">
400
+ <xs:annotation>
401
+ <xs:documentation>The authentication tokens have been hashed with the Tiger(2)-192/160/128 hash algorithm, without salting.</xs:documentation>
402
+ </xs:annotation>
403
+ </xs:enumeration>
404
+ <xs:enumeration value="Salted WHIRLPOOL Hash">
405
+ <xs:annotation>
406
+ <xs:documentation>The authentication tokens have been salted and hashed with the WHIRLPOOL hash algorithm.</xs:documentation>
407
+ </xs:annotation>
408
+ </xs:enumeration>
409
+ <xs:enumeration value="Unsalted WHIRLPOOL Hash">
410
+ <xs:annotation>
411
+ <xs:documentation>The authentication tokens have been hashed with the WHIRLPOOL hash algorithm, without salting.</xs:documentation>
412
+ </xs:annotation>
413
+ </xs:enumeration>
414
+ <xs:enumeration value="Salted Skein-256 Hash">
415
+ <xs:annotation>
416
+ <xs:documentation>The authentication tokens have been salted and hashed with the Skein-256 hash algorithm.</xs:documentation>
417
+ </xs:annotation>
418
+ </xs:enumeration>
419
+ <xs:enumeration value="Unsalted Skein-256 Hash">
420
+ <xs:annotation>
421
+ <xs:documentation>The authentication tokens have been hashed with the Skein-256 hash algorithm, without salting.</xs:documentation>
422
+ </xs:annotation>
423
+ </xs:enumeration>
424
+ <xs:enumeration value="Salted Skein-512 Hash">
425
+ <xs:annotation>
426
+ <xs:documentation>The authentication tokens have been salted and hashed with the Skein-512 hash algorithm.</xs:documentation>
427
+ </xs:annotation>
428
+ </xs:enumeration>
429
+ <xs:enumeration value="Unsalted Skein-512 Hash">
430
+ <xs:annotation>
431
+ <xs:documentation>The authentication tokens have been hashed with the Skein-512 hash algorithm, without salting.</xs:documentation>
432
+ </xs:annotation>
433
+ </xs:enumeration>
434
+ <xs:enumeration value="Salted Skein-1024 Hash">
435
+ <xs:annotation>
436
+ <xs:documentation>The authentication tokens have been salted and hashed with the Skein-1024 hash algorithm.</xs:documentation>
437
+ </xs:annotation>
438
+ </xs:enumeration>
439
+ <xs:enumeration value="Unsalted Skein-1024 Hash">
440
+ <xs:annotation>
441
+ <xs:documentation>The authentication tokens have been hashed with the Skein-1024 hash algorithm, without salting.</xs:documentation>
442
+ </xs:annotation>
443
+ </xs:enumeration>
444
+ <xs:enumeration value="Salted Snefru-128 Hash">
445
+ <xs:annotation>
446
+ <xs:documentation>The authentication tokens have been salted and hashed with the Snefru-128 hash algorithm.</xs:documentation>
447
+ </xs:annotation>
448
+ </xs:enumeration>
449
+ <xs:enumeration value="Unsalted Snefru-128 Hash">
450
+ <xs:annotation>
451
+ <xs:documentation>The authentication tokens have been hashed with the Snefru-128 hash algorithm, without salting.</xs:documentation>
452
+ </xs:annotation>
453
+ </xs:enumeration>
454
+ <xs:enumeration value="Salted Snefru-256 Hash">
455
+ <xs:annotation>
456
+ <xs:documentation>The authentication tokens have been salted and hashed with the Snefru-256 hash algorithm.</xs:documentation>
457
+ </xs:annotation>
458
+ </xs:enumeration>
459
+ <xs:enumeration value="Unsalted Snefru-256 Hash">
460
+ <xs:annotation>
461
+ <xs:documentation>The authentication tokens have been hashed with the Snefru-256 hash algorithm, without salting.</xs:documentation>
462
+ </xs:annotation>
463
+ </xs:enumeration>
464
+ <xs:enumeration value="Iterative Hash">
465
+ <xs:annotation>
466
+ <xs:documentation>The authentication tokens have been hashed using an iterative hashing algorithm.</xs:documentation>
467
+ </xs:annotation>
468
+ </xs:enumeration>
469
+ <xs:enumeration value="AES">
470
+ <xs:annotation>
471
+ <xs:documentation>The authentication tokens have been encrypted with the AES algorithm.</xs:documentation>
472
+ </xs:annotation>
473
+ </xs:enumeration>
474
+ <xs:enumeration value="Blowfish">
475
+ <xs:annotation>
476
+ <xs:documentation>The authentication tokens have been encrypted with the Blowfish algorithm.</xs:documentation>
477
+ </xs:annotation>
478
+ </xs:enumeration>
479
+ <xs:enumeration value="DES">
480
+ <xs:annotation>
481
+ <xs:documentation>The authentication tokens have been encrypted with the DES algorithm.</xs:documentation>
482
+ </xs:annotation>
483
+ </xs:enumeration>
484
+ <xs:enumeration value="IDEA">
485
+ <xs:annotation>
486
+ <xs:documentation>The authentication tokens have been encrypted with the IDEA algorithm.</xs:documentation>
487
+ </xs:annotation>
488
+ </xs:enumeration>
489
+ <xs:enumeration value="RC4">
490
+ <xs:annotation>
491
+ <xs:documentation>The authentication tokens have been encrypted with the RC4 algorithm.</xs:documentation>
492
+ </xs:annotation>
493
+ </xs:enumeration>
494
+ <xs:enumeration value="TEA">
495
+ <xs:annotation>
496
+ <xs:documentation>The authentication tokens have been encrypted with the Tiny Encryption Algorithm (TEA).</xs:documentation>
497
+ </xs:annotation>
498
+ </xs:enumeration>
499
+ </xs:restriction>
500
+ </xs:simpleType>
501
+ </xs:schema>