Skip to content

Commit cabe95a

Browse files
committed
Bump version of MAEC schemas that use CybOX namespaces.
1 parent 20ee67c commit cabe95a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

external/maec_4.1/maec_bundle_schema.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://maec.mitre.org/XMLSchema/maec-bundle-4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:maecVocabs="http://maec.mitre.org/default_vocabularies-1" xmlns:maecBundle="http://maec.mitre.org/XMLSchema/maec-bundle-4" xmlns:cyboxVocabs="http://docs.oasis-open.org/cti/ns/cybox/vocabularies-2" xmlns:cybox="http://docs.oasis-open.org/cti/ns/cybox/core-2" xmlns:cyboxCommon="http://docs.oasis-open.org/cti/ns/cybox/common-2" xmlns:ProcessObj="http://docs.oasis-open.org/cti/ns/cybox/objects/process-2" xmlns:CodeObj="http://docs.oasis-open.org/cti/ns/cybox/objects/code-2" version="4.1">
2+
<xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://maec.mitre.org/XMLSchema/maec-bundle-4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:maecVocabs="http://maec.mitre.org/default_vocabularies-1" xmlns:maecBundle="http://maec.mitre.org/XMLSchema/maec-bundle-4" xmlns:cyboxVocabs="http://docs.oasis-open.org/cti/ns/cybox/vocabularies-2" xmlns:cybox="http://docs.oasis-open.org/cti/ns/cybox/core-2" xmlns:cyboxCommon="http://docs.oasis-open.org/cti/ns/cybox/common-2" xmlns:ProcessObj="http://docs.oasis-open.org/cti/ns/cybox/objects/process-2" xmlns:CodeObj="http://docs.oasis-open.org/cti/ns/cybox/objects/code-2" version="4.1.1">
33
<xs:import namespace="http://docs.oasis-open.org/cti/ns/cybox/core-2" schemaLocation="../../cybox/core.xsd"/>
44
<xs:import namespace="http://docs.oasis-open.org/cti/ns/cybox/common-2" schemaLocation="../../cybox/common.xsd"/>
55
<xs:import namespace="http://docs.oasis-open.org/cti/ns/cybox/objects/code-2" schemaLocation="../../cybox/objects/Code_Object.xsd"/>
@@ -9,7 +9,7 @@
99
<xs:documentation>This schema imports the CyBOX schema and object schemas. More info on CybOX can be found at http://cyboxproject.github.io.</xs:documentation>
1010
<xs:appinfo>
1111
<schema>MAEC Bundle Schema</schema>
12-
<version>4.1</version>
12+
<version>4.1.1</version>
1313
<date>02/11/2014</date>
1414
<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 MAEC License located at http://maec.mitre.org/about/termsofuse.html. See the MAEC License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the MAEC Schema, this license header must be included.</terms_of_use>
1515
</xs:appinfo>

external/maec_4.1/maec_default_vocabularies.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cyboxCommon="http://docs.oasis-open.org/cti/ns/cybox/common-2" xmlns:maecVocabs="http://maec.mitre.org/default_vocabularies-1" targetNamespace="http://maec.mitre.org/default_vocabularies-1" elementFormDefault="qualified" version="1.1">
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cyboxCommon="http://docs.oasis-open.org/cti/ns/cybox/common-2" xmlns:maecVocabs="http://maec.mitre.org/default_vocabularies-1" targetNamespace="http://maec.mitre.org/default_vocabularies-1" elementFormDefault="qualified" version="1.1.1">
33
<xs:annotation>
44
<xs:documentation>This schema was originally developed by The MITRE Corporation. The MAEC XML Schema implementation is maintained by The MITRE Corporation and developed by the open MAEC Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the MAEC website at http://maec.mitre.org. </xs:documentation>
55
<xs:appinfo>
66
<schema>maec-default-vocabularies</schema>
7-
<version>1.1</version>
7+
<version>1.1.1</version>
88
<date>02/11/2014</date>
99
<short_description>The following defines types for default controlled vocabularies used within MAEC. An individual vocabulary may be revised at any time. Revisions to vocabularies will result in the creation of new types with the new version number embedded in the name of those types. Vocabularies can be reference from MAEC elements through the use of xsi:Type. The individual elements where this may be done indicate the expected default vocabulary.</short_description>
1010
<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 MAEC License located at http://maec.mitre.org/about/termsofuse.html. See the MAEC License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the MAEC Schema, this license header must be included. </terms_of_use>

external/maec_4.1/maec_package_schema.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://maec.mitre.org/XMLSchema/maec-package-2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:maecPackage="http://maec.mitre.org/XMLSchema/maec-package-2" xmlns:maecBundle="http://maec.mitre.org/XMLSchema/maec-bundle-4" xmlns:metadata="http://xml/metadataSharing.xsd" xmlns:cybox="http://docs.oasis-open.org/cti/ns/cybox/core-2" xmlns:cyboxCommon="http://docs.oasis-open.org/cti/ns/cybox/common-2" xmlns:FileObj="http://docs.oasis-open.org/cti/ns/cybox/objects/file-2" xmlns:URIObj="http://docs.oasis-open.org/cti/ns/cybox/objects/uri-2" xmlns:SystemObj="http://docs.oasis-open.org/cti/ns/cybox/objects/system-2" version="2.1">
2+
<xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://maec.mitre.org/XMLSchema/maec-package-2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:maecPackage="http://maec.mitre.org/XMLSchema/maec-package-2" xmlns:maecBundle="http://maec.mitre.org/XMLSchema/maec-bundle-4" xmlns:metadata="http://xml/metadataSharing.xsd" xmlns:cybox="http://docs.oasis-open.org/cti/ns/cybox/core-2" xmlns:cyboxCommon="http://docs.oasis-open.org/cti/ns/cybox/common-2" xmlns:FileObj="http://docs.oasis-open.org/cti/ns/cybox/objects/file-2" xmlns:URIObj="http://docs.oasis-open.org/cti/ns/cybox/objects/uri-2" xmlns:SystemObj="http://docs.oasis-open.org/cti/ns/cybox/objects/system-2" version="2.1.1">
33
<xs:import namespace="http://maec.mitre.org/XMLSchema/maec-bundle-4" schemaLocation="maec_bundle_schema.xsd"/>
44
<xs:import namespace="http://xml/metadataSharing.xsd" schemaLocation="metadataSharing.xsd"/>
55
<xs:import namespace="http://docs.oasis-open.org/cti/ns/cybox/core-2" schemaLocation="../../cybox/core.xsd"/>
@@ -11,7 +11,7 @@
1111
<xs:documentation>The imported MMDEF v1.2 schema is copyright 2013 IEEE-SA.</xs:documentation>
1212
<xs:appinfo>
1313
<schema>MAEC Package Schema</schema>
14-
<version>2.1</version>
14+
<version>2.1.1</version>
1515
<date>02/11/2014</date>
1616
<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 MAEC License located at http://maec.mitre.org/about/termsofuse.html. See the MAEC License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the MAEC Schema, this license header must be included.</terms_of_use>
1717
</xs:appinfo>

0 commit comments

Comments
 (0)