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,27 +1,27 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:a="urn:oasis:names:tc:ciq:xal:3" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" xmlns="http://cybox.mitre.org/extensions/Address#CIQAddress3.0-1" targetNamespace="http://cybox.mitre.org/extensions/Address#CIQAddress3.0-1" elementFormDefault="qualified" version="1.0" xml:lang="English">
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>CybOX Extension - CIQ Address 3.0 Instance</schema>
7
- <version>1.0</version>
8
- <date>01/22/2014</date>
9
- <short_description>Cyber Observable eXpression (CybOX) Extension - CIQ Address 3.0 Instance - Schematic implementation for the using version 3.0 of CIQ to describe an Location within the CybOX cyber observable expression language.</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="urn:oasis:names:tc:ciq:xal:3" schemaLocation="../../external/oasis_ciq_3.0/xAL.xsd"/>
15
- <xs:complexType name="CIQAddress3.0InstanceType">
16
- <xs:annotation>
17
- <xs:documentation>The CIQAddress3.0InstanceType provides an extension to the AddressAbstractType which imports and leverages version 3.0 of the OASIS CIQ-PIL schema for structured characterization of Addresses.</xs:documentation>
18
- </xs:annotation>
19
- <xs:complexContent>
20
- <xs:extension base="cyboxCommon:LocationType">
21
- <xs:sequence>
22
- <xs:element name="Specification" type="a:AddressType" minOccurs="0"/>
23
- </xs:sequence>
24
- </xs:extension>
25
- </xs:complexContent>
26
- </xs:complexType>
27
- </xs:schema>
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:a="urn:oasis:names:tc:ciq:xal:3" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" xmlns="http://cybox.mitre.org/extensions/Address#CIQAddress3.0-1" targetNamespace="http://cybox.mitre.org/extensions/Address#CIQAddress3.0-1" elementFormDefault="qualified" version="1.0" xml:lang="English">
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>CybOX Extension - CIQ Address 3.0 Instance</schema>
7
+ <version>1.0</version>
8
+ <date>01/22/2014</date>
9
+ <short_description>Cyber Observable eXpression (CybOX) Extension - CIQ Address 3.0 Instance - Schematic implementation for the using version 3.0 of CIQ to describe an Location within the CybOX cyber observable expression language.</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="urn:oasis:names:tc:ciq:xal:3" schemaLocation="../../external/oasis_ciq_3.0/xAL.xsd"/>
15
+ <xs:complexType name="CIQAddress3.0InstanceType">
16
+ <xs:annotation>
17
+ <xs:documentation>The CIQAddress3.0InstanceType provides an extension to the AddressAbstractType which imports and leverages version 3.0 of the OASIS CIQ-PIL schema for structured characterization of Addresses.</xs:documentation>
18
+ </xs:annotation>
19
+ <xs:complexContent>
20
+ <xs:extension base="cyboxCommon:LocationType">
21
+ <xs:sequence>
22
+ <xs:element name="Specification" type="a:AddressType" minOccurs="0"/>
23
+ </xs:sequence>
24
+ </xs:extension>
25
+ </xs:complexContent>
26
+ </xs:complexType>
27
+ </xs:schema>
@@ -1,34 +1,34 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://cybox.mitre.org/extensions/platform#CPE2.3-1" xmlns:cpe23="http://cpe.mitre.org/language/2.0" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/extensions/platform#CPE2.3-1" elementFormDefault="qualified" version="1.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>CPE2.3</schema>
7
- <version>1.1</version>
8
- <date>01/22/2014</date>
9
- <short_description>Cyber Observable eXpression (CybOX) Extension - CPE 2.3 Platform Instance - Schematic implementation for using the CPE 2.3 Applicability Language to describe a Platform within the CybOX observable expression language. It extends the PlatformSpecificationType defined in the CybOX common schema. (cybox_common.xsd) 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
- <reference>http://scap.nist.gov/specifications/cpe/</reference>
12
- </xs:appinfo>
13
- </xs:annotation>
14
-
15
- <xs:import namespace="http://cpe.mitre.org/language/2.0" schemaLocation="../../external/cpe_2.3/cpe-language_2.3.xsd"/>
16
- <xs:import namespace="http://cybox.mitre.org/common-2" schemaLocation="../../cybox_common.xsd"/>
17
-
18
- <xs:complexType name="CPE23PlatformSpecificationType">
19
- <xs:annotation>
20
- <xs:documentation>The CPE23PlatformSpecificationType provides an extension of the PlatformSpecificationType that imports and leverages the CPE 2.3 applicability language schema for structured characterization of a platform or platform combination.</xs:documentation>
21
- </xs:annotation>
22
- <xs:complexContent>
23
- <xs:extension base="cyboxCommon:PlatformSpecificationType">
24
- <xs:sequence>
25
- <xs:element ref="cpe23:platform-specification">
26
- <xs:annotation>
27
- <xs:documentation>The platform-specification element, defined in the CPE 2.3 Applicability Language schema, supports a structured characterization of a platform or combination of platforms.</xs:documentation>
28
- </xs:annotation>
29
- </xs:element>
30
- </xs:sequence>
31
- </xs:extension>
32
- </xs:complexContent>
33
- </xs:complexType>
34
- </xs:schema>
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://cybox.mitre.org/extensions/platform#CPE2.3-1" xmlns:cpe23="http://cpe.mitre.org/language/2.0" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/extensions/platform#CPE2.3-1" elementFormDefault="qualified" version="1.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>CPE2.3</schema>
7
+ <version>1.1</version>
8
+ <date>01/22/2014</date>
9
+ <short_description>Cyber Observable eXpression (CybOX) Extension - CPE 2.3 Platform Instance - Schematic implementation for using the CPE 2.3 Applicability Language to describe a Platform within the CybOX observable expression language. It extends the PlatformSpecificationType defined in the CybOX common schema. (cybox_common.xsd) 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
+ <reference>http://scap.nist.gov/specifications/cpe/</reference>
12
+ </xs:appinfo>
13
+ </xs:annotation>
14
+
15
+ <xs:import namespace="http://cpe.mitre.org/language/2.0" schemaLocation="../../external/cpe_2.3/cpe-language_2.3.xsd"/>
16
+ <xs:import namespace="http://cybox.mitre.org/common-2" schemaLocation="../../cybox_common.xsd"/>
17
+
18
+ <xs:complexType name="CPE23PlatformSpecificationType">
19
+ <xs:annotation>
20
+ <xs:documentation>The CPE23PlatformSpecificationType provides an extension of the PlatformSpecificationType that imports and leverages the CPE 2.3 applicability language schema for structured characterization of a platform or platform combination.</xs:documentation>
21
+ </xs:annotation>
22
+ <xs:complexContent>
23
+ <xs:extension base="cyboxCommon:PlatformSpecificationType">
24
+ <xs:sequence>
25
+ <xs:element ref="cpe23:platform-specification">
26
+ <xs:annotation>
27
+ <xs:documentation>The platform-specification element, defined in the CPE 2.3 Applicability Language schema, supports a structured characterization of a platform or combination of platforms.</xs:documentation>
28
+ </xs:annotation>
29
+ </xs:element>
30
+ </xs:sequence>
31
+ </xs:extension>
32
+ </xs:complexContent>
33
+ </xs:complexType>
34
+ </xs:schema>
@@ -1,145 +1,145 @@
1
- <?xml version='1.0'?>
2
- <xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="en">
3
-
4
- <xs:annotation>
5
- <xs:documentation>
6
- See http://www.w3.org/XML/1998/namespace.html and
7
- http://www.w3.org/TR/REC-xml for information about this namespace.
8
-
9
- This schema document describes the XML namespace, in a form
10
- suitable for import by other schema documents.
11
-
12
- Note that local names in this namespace are intended to be defined
13
- only by the World Wide Web Consortium or its subgroups. The
14
- following names are currently defined in this namespace and should
15
- not be used with conflicting semantics by any Working Group,
16
- specification, or document instance:
17
-
18
- base (as an attribute name): denotes an attribute whose value
19
- provides a URI to be used as the base for interpreting any
20
- relative URIs in the scope of the element on which it
21
- appears; its value is inherited. This name is reserved
22
- by virtue of its definition in the XML Base specification.
23
-
24
- id (as an attribute name): denotes an attribute whose value
25
- should be interpreted as if declared to be of type ID.
26
- This name is reserved by virtue of its definition in the
27
- xml:id specification.
28
-
29
- lang (as an attribute name): denotes an attribute whose value
30
- is a language code for the natural language of the content of
31
- any element; its value is inherited. This name is reserved
32
- by virtue of its definition in the XML specification.
33
-
34
- space (as an attribute name): denotes an attribute whose
35
- value is a keyword indicating what whitespace processing
36
- discipline is intended for the content of the element; its
37
- value is inherited. This name is reserved by virtue of its
38
- definition in the XML specification.
39
-
40
- Father (in any context at all): denotes Jon Bosak, the chair of
41
- the original XML Working Group. This name is reserved by
42
- the following decision of the W3C XML Plenary and
43
- XML Coordination groups:
44
-
45
- In appreciation for his vision, leadership and dedication
46
- the W3C XML Plenary on this 10th day of February, 2000
47
- reserves for Jon Bosak in perpetuity the XML name
48
- xml:Father
49
- </xs:documentation>
50
- </xs:annotation>
51
-
52
- <xs:annotation>
53
- <xs:documentation>This schema defines attributes and an attribute group
54
- suitable for use by
55
- schemas wishing to allow xml:base, xml:lang, xml:space or xml:id
56
- attributes on elements they define.
57
-
58
- To enable this, such a schema must import this schema
59
- for the XML namespace, e.g. as follows:
60
- &lt;schema . . .>
61
- . . .
62
- &lt;import namespace="http://www.w3.org/XML/1998/namespace"
63
- schemaLocation="http://www.w3.org/2001/xml.xsd"/>
64
-
65
- Subsequently, qualified reference to any of the attributes
66
- or the group defined below will have the desired effect, e.g.
67
-
68
- &lt;type . . .>
69
- . . .
70
- &lt;attributeGroup ref="xml:specialAttrs"/>
71
-
72
- will define a type which will schema-validate an instance
73
- element with any of those attributes</xs:documentation>
74
- </xs:annotation>
75
-
76
- <xs:annotation>
77
- <xs:documentation>In keeping with the XML Schema WG's standard versioning
78
- policy, this schema document will persist at
79
- http://www.w3.org/2007/08/xml.xsd.
80
- At the date of issue it can also be found at
81
- http://www.w3.org/2001/xml.xsd.
82
- The schema document at that URI may however change in the future,
83
- in order to remain compatible with the latest version of XML Schema
84
- itself, or with the XML namespace itself. In other words, if the XML
85
- Schema or XML namespaces change, the version of this document at
86
- http://www.w3.org/2001/xml.xsd will change
87
- accordingly; the version at
88
- http://www.w3.org/2007/08/xml.xsd will not change.
89
- </xs:documentation>
90
- </xs:annotation>
91
-
92
- <xs:attribute name="lang">
93
- <xs:annotation>
94
- <xs:documentation>Attempting to install the relevant ISO 2- and 3-letter
95
- codes as the enumerated possible values is probably never
96
- going to be a realistic possibility. See
97
- RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
98
- at http://www.iana.org/assignments/lang-tag-apps.htm for
99
- further information.
100
-
101
- The union allows for the 'un-declaration' of xml:lang with
102
- the empty string.</xs:documentation>
103
- </xs:annotation>
104
- <xs:simpleType>
105
- <xs:union memberTypes="xs:language">
106
- <xs:simpleType>
107
- <xs:restriction base="xs:string">
108
- <xs:enumeration value=""/>
109
- </xs:restriction>
110
- </xs:simpleType>
111
- </xs:union>
112
- </xs:simpleType>
113
- </xs:attribute>
114
-
115
- <xs:attribute name="space">
116
- <xs:simpleType>
117
- <xs:restriction base="xs:NCName">
118
- <xs:enumeration value="default"/>
119
- <xs:enumeration value="preserve"/>
120
- </xs:restriction>
121
- </xs:simpleType>
122
- </xs:attribute>
123
-
124
- <xs:attribute name="base" type="xs:anyURI">
125
- <xs:annotation>
126
- <xs:documentation>See http://www.w3.org/TR/xmlbase/ for
127
- information about this attribute.</xs:documentation>
128
- </xs:annotation>
129
- </xs:attribute>
130
-
131
- <xs:attribute name="id" type="xs:ID">
132
- <xs:annotation>
133
- <xs:documentation>See http://www.w3.org/TR/xml-id/ for
134
- information about this attribute.</xs:documentation>
135
- </xs:annotation>
136
- </xs:attribute>
137
-
138
- <xs:attributeGroup name="specialAttrs">
139
- <xs:attribute ref="xml:base"/>
140
- <xs:attribute ref="xml:lang"/>
141
- <xs:attribute ref="xml:space"/>
142
- <xs:attribute ref="xml:id"/>
143
- </xs:attributeGroup>
144
-
145
- </xs:schema>
1
+ <?xml version='1.0'?>
2
+ <xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="en">
3
+
4
+ <xs:annotation>
5
+ <xs:documentation>
6
+ See http://www.w3.org/XML/1998/namespace.html and
7
+ http://www.w3.org/TR/REC-xml for information about this namespace.
8
+
9
+ This schema document describes the XML namespace, in a form
10
+ suitable for import by other schema documents.
11
+
12
+ Note that local names in this namespace are intended to be defined
13
+ only by the World Wide Web Consortium or its subgroups. The
14
+ following names are currently defined in this namespace and should
15
+ not be used with conflicting semantics by any Working Group,
16
+ specification, or document instance:
17
+
18
+ base (as an attribute name): denotes an attribute whose value
19
+ provides a URI to be used as the base for interpreting any
20
+ relative URIs in the scope of the element on which it
21
+ appears; its value is inherited. This name is reserved
22
+ by virtue of its definition in the XML Base specification.
23
+
24
+ id (as an attribute name): denotes an attribute whose value
25
+ should be interpreted as if declared to be of type ID.
26
+ This name is reserved by virtue of its definition in the
27
+ xml:id specification.
28
+
29
+ lang (as an attribute name): denotes an attribute whose value
30
+ is a language code for the natural language of the content of
31
+ any element; its value is inherited. This name is reserved
32
+ by virtue of its definition in the XML specification.
33
+
34
+ space (as an attribute name): denotes an attribute whose
35
+ value is a keyword indicating what whitespace processing
36
+ discipline is intended for the content of the element; its
37
+ value is inherited. This name is reserved by virtue of its
38
+ definition in the XML specification.
39
+
40
+ Father (in any context at all): denotes Jon Bosak, the chair of
41
+ the original XML Working Group. This name is reserved by
42
+ the following decision of the W3C XML Plenary and
43
+ XML Coordination groups:
44
+
45
+ In appreciation for his vision, leadership and dedication
46
+ the W3C XML Plenary on this 10th day of February, 2000
47
+ reserves for Jon Bosak in perpetuity the XML name
48
+ xml:Father
49
+ </xs:documentation>
50
+ </xs:annotation>
51
+
52
+ <xs:annotation>
53
+ <xs:documentation>This schema defines attributes and an attribute group
54
+ suitable for use by
55
+ schemas wishing to allow xml:base, xml:lang, xml:space or xml:id
56
+ attributes on elements they define.
57
+
58
+ To enable this, such a schema must import this schema
59
+ for the XML namespace, e.g. as follows:
60
+ &lt;schema . . .>
61
+ . . .
62
+ &lt;import namespace="http://www.w3.org/XML/1998/namespace"
63
+ schemaLocation="http://www.w3.org/2001/xml.xsd"/>
64
+
65
+ Subsequently, qualified reference to any of the attributes
66
+ or the group defined below will have the desired effect, e.g.
67
+
68
+ &lt;type . . .>
69
+ . . .
70
+ &lt;attributeGroup ref="xml:specialAttrs"/>
71
+
72
+ will define a type which will schema-validate an instance
73
+ element with any of those attributes</xs:documentation>
74
+ </xs:annotation>
75
+
76
+ <xs:annotation>
77
+ <xs:documentation>In keeping with the XML Schema WG's standard versioning
78
+ policy, this schema document will persist at
79
+ http://www.w3.org/2007/08/xml.xsd.
80
+ At the date of issue it can also be found at
81
+ http://www.w3.org/2001/xml.xsd.
82
+ The schema document at that URI may however change in the future,
83
+ in order to remain compatible with the latest version of XML Schema
84
+ itself, or with the XML namespace itself. In other words, if the XML
85
+ Schema or XML namespaces change, the version of this document at
86
+ http://www.w3.org/2001/xml.xsd will change
87
+ accordingly; the version at
88
+ http://www.w3.org/2007/08/xml.xsd will not change.
89
+ </xs:documentation>
90
+ </xs:annotation>
91
+
92
+ <xs:attribute name="lang">
93
+ <xs:annotation>
94
+ <xs:documentation>Attempting to install the relevant ISO 2- and 3-letter
95
+ codes as the enumerated possible values is probably never
96
+ going to be a realistic possibility. See
97
+ RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
98
+ at http://www.iana.org/assignments/lang-tag-apps.htm for
99
+ further information.
100
+
101
+ The union allows for the 'un-declaration' of xml:lang with
102
+ the empty string.</xs:documentation>
103
+ </xs:annotation>
104
+ <xs:simpleType>
105
+ <xs:union memberTypes="xs:language">
106
+ <xs:simpleType>
107
+ <xs:restriction base="xs:string">
108
+ <xs:enumeration value=""/>
109
+ </xs:restriction>
110
+ </xs:simpleType>
111
+ </xs:union>
112
+ </xs:simpleType>
113
+ </xs:attribute>
114
+
115
+ <xs:attribute name="space">
116
+ <xs:simpleType>
117
+ <xs:restriction base="xs:NCName">
118
+ <xs:enumeration value="default"/>
119
+ <xs:enumeration value="preserve"/>
120
+ </xs:restriction>
121
+ </xs:simpleType>
122
+ </xs:attribute>
123
+
124
+ <xs:attribute name="base" type="xs:anyURI">
125
+ <xs:annotation>
126
+ <xs:documentation>See http://www.w3.org/TR/xmlbase/ for
127
+ information about this attribute.</xs:documentation>
128
+ </xs:annotation>
129
+ </xs:attribute>
130
+
131
+ <xs:attribute name="id" type="xs:ID">
132
+ <xs:annotation>
133
+ <xs:documentation>See http://www.w3.org/TR/xml-id/ for
134
+ information about this attribute.</xs:documentation>
135
+ </xs:annotation>
136
+ </xs:attribute>
137
+
138
+ <xs:attributeGroup name="specialAttrs">
139
+ <xs:attribute ref="xml:base"/>
140
+ <xs:attribute ref="xml:lang"/>
141
+ <xs:attribute ref="xml:space"/>
142
+ <xs:attribute ref="xml:id"/>
143
+ </xs:attributeGroup>
144
+
145
+ </xs:schema>
@@ -1,90 +1,90 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!-- (c) XBRL International. See www.xbrl.org/legal
3
- XLink attribute specification - produced by xBRL group with joint design agreement with OASIS CIQ TC
4
- in December 2006
5
- Thanks to xBRL for giving OASIS CIQ TC permission to use this specification
6
- -->
7
- <schema xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/1999/xlink" elementFormDefault="qualified" attributeFormDefault="qualified">
8
- <annotation>
9
- <documentation>
10
- XLink attribute specification
11
- </documentation>
12
- </annotation>
13
- <attribute name="type">
14
- <simpleType>
15
- <annotation>
16
- <documentation>
17
- Enumeration of values for the type attribute
18
- </documentation>
19
- </annotation>
20
- <restriction base="string">
21
- <enumeration value="simple"/>
22
- <enumeration value="extended"/>
23
- <enumeration value="locator"/>
24
- <enumeration value="arc"/>
25
- <enumeration value="resource"/>
26
- <enumeration value="title"/>
27
- </restriction>
28
- </simpleType>
29
- </attribute>
30
- <attribute name="role">
31
- <simpleType>
32
- <annotation>
33
- <documentation>
34
- A URI with a minimum length of 1 character.
35
- </documentation>
36
- </annotation>
37
- <restriction base="anyURI">
38
- <minLength value="1"/>
39
- </restriction>
40
- </simpleType>
41
- </attribute>
42
- <attribute name="arcrole">
43
- <simpleType>
44
- <annotation>
45
- <documentation>
46
- A URI with a minimum length of 1 character.
47
- </documentation>
48
- </annotation>
49
- <restriction base="anyURI">
50
- <minLength value="1"/>
51
- </restriction>
52
- </simpleType>
53
- </attribute>
54
- <attribute name="title" type="string"/>
55
- <attribute name="show">
56
- <simpleType>
57
- <annotation>
58
- <documentation>
59
- Enumeration of values for the show attribute
60
- </documentation>
61
- </annotation>
62
- <restriction base="string">
63
- <enumeration value="new"/>
64
- <enumeration value="replace"/>
65
- <enumeration value="embed"/>
66
- <enumeration value="other"/>
67
- <enumeration value="none"/>
68
- </restriction>
69
- </simpleType>
70
- </attribute>
71
- <attribute name="actuate">
72
- <simpleType>
73
- <annotation>
74
- <documentation>
75
- Enumeration of values for the actuate attribute
76
- </documentation>
77
- </annotation>
78
- <restriction base="string">
79
- <enumeration value="onLoad"/>
80
- <enumeration value="onRequest"/>
81
- <enumeration value="other"/>
82
- <enumeration value="none"/>
83
- </restriction>
84
- </simpleType>
85
- </attribute>
86
- <attribute name="label" type="NCName"/>
87
- <attribute name="from" type="NCName"/>
88
- <attribute name="to" type="NCName"/>
89
- <attribute name="href" type="anyURI"/>
90
- </schema>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- (c) XBRL International. See www.xbrl.org/legal
3
+ XLink attribute specification - produced by xBRL group with joint design agreement with OASIS CIQ TC
4
+ in December 2006
5
+ Thanks to xBRL for giving OASIS CIQ TC permission to use this specification
6
+ -->
7
+ <schema xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/1999/xlink" elementFormDefault="qualified" attributeFormDefault="qualified">
8
+ <annotation>
9
+ <documentation>
10
+ XLink attribute specification
11
+ </documentation>
12
+ </annotation>
13
+ <attribute name="type">
14
+ <simpleType>
15
+ <annotation>
16
+ <documentation>
17
+ Enumeration of values for the type attribute
18
+ </documentation>
19
+ </annotation>
20
+ <restriction base="string">
21
+ <enumeration value="simple"/>
22
+ <enumeration value="extended"/>
23
+ <enumeration value="locator"/>
24
+ <enumeration value="arc"/>
25
+ <enumeration value="resource"/>
26
+ <enumeration value="title"/>
27
+ </restriction>
28
+ </simpleType>
29
+ </attribute>
30
+ <attribute name="role">
31
+ <simpleType>
32
+ <annotation>
33
+ <documentation>
34
+ A URI with a minimum length of 1 character.
35
+ </documentation>
36
+ </annotation>
37
+ <restriction base="anyURI">
38
+ <minLength value="1"/>
39
+ </restriction>
40
+ </simpleType>
41
+ </attribute>
42
+ <attribute name="arcrole">
43
+ <simpleType>
44
+ <annotation>
45
+ <documentation>
46
+ A URI with a minimum length of 1 character.
47
+ </documentation>
48
+ </annotation>
49
+ <restriction base="anyURI">
50
+ <minLength value="1"/>
51
+ </restriction>
52
+ </simpleType>
53
+ </attribute>
54
+ <attribute name="title" type="string"/>
55
+ <attribute name="show">
56
+ <simpleType>
57
+ <annotation>
58
+ <documentation>
59
+ Enumeration of values for the show attribute
60
+ </documentation>
61
+ </annotation>
62
+ <restriction base="string">
63
+ <enumeration value="new"/>
64
+ <enumeration value="replace"/>
65
+ <enumeration value="embed"/>
66
+ <enumeration value="other"/>
67
+ <enumeration value="none"/>
68
+ </restriction>
69
+ </simpleType>
70
+ </attribute>
71
+ <attribute name="actuate">
72
+ <simpleType>
73
+ <annotation>
74
+ <documentation>
75
+ Enumeration of values for the actuate attribute
76
+ </documentation>
77
+ </annotation>
78
+ <restriction base="string">
79
+ <enumeration value="onLoad"/>
80
+ <enumeration value="onRequest"/>
81
+ <enumeration value="other"/>
82
+ <enumeration value="none"/>
83
+ </restriction>
84
+ </simpleType>
85
+ </attribute>
86
+ <attribute name="label" type="NCName"/>
87
+ <attribute name="from" type="NCName"/>
88
+ <attribute name="to" type="NCName"/>
89
+ <attribute name="href" type="anyURI"/>
90
+ </schema>