|
1 | 1 | <?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://cybox.mitre.org/default_vocabularies-2" xmlns:cybox="http://cybox.mitre.org/cybox-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" xmlns:ProcessObj="http://cybox.mitre.org/objects#ProcessObject-2" xmlns:CodeObj="http://cybox.mitre.org/objects#CodeObject-2" version="4.1"> |
3 | | - <xs:import namespace="http://cybox.mitre.org/cybox-2" schemaLocation="../../cybox/core.xsd"/> |
4 | | - <xs:import namespace="http://cybox.mitre.org/common-2" schemaLocation="../../cybox/common.xsd"/> |
5 | | - <xs:import namespace="http://cybox.mitre.org/objects#CodeObject-2" schemaLocation="../../cybox/objects/Code_Object.xsd"/> |
| 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"> |
| 3 | + <xs:import namespace="http://docs.oasis-open.org/cti/ns/cybox/core-2" schemaLocation="../../cybox/core.xsd"/> |
| 4 | + <xs:import namespace="http://docs.oasis-open.org/cti/ns/cybox/common-2" schemaLocation="../../cybox/common.xsd"/> |
| 5 | + <xs:import namespace="http://docs.oasis-open.org/cti/ns/cybox/objects/code-2" schemaLocation="../../cybox/objects/Code_Object.xsd"/> |
6 | 6 | <xs:annotation> |
7 | 7 | <xs:documentation>The following is a description of the elements, types, and attributes that compose Malware Attribute Enumeration and Characterization (MAEC) Bundle schema.</xs:documentation> |
8 | 8 | <xs:documentation>The MAEC Bundle Schema is maintained by The Mitre Corporation. For more information, including how to get involved in the project, please visit the MAEC website at http://maec.mitre.org.</xs:documentation> |
9 | | - <xs:documentation>This schema imports the CyBOX schema and object schemas. More info on CybOX can be found at http://cybox.mitre.org.</xs:documentation> |
| 9 | + <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> |
10 | 10 | <xs:appinfo> |
11 | 11 | <schema>MAEC Bundle Schema</schema> |
12 | 12 | <version>4.1</version> |
13 | 13 | <date>02/11/2014</date> |
14 | 14 | <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> |
15 | 15 | </xs:appinfo> |
16 | 16 | </xs:annotation> |
17 | | - <xs:import namespace="http://cybox.mitre.org/objects#ProcessObject-2" schemaLocation="../../cybox/objects/Process_Object.xsd"/> |
18 | | - <xs:import namespace="http://cybox.mitre.org/default_vocabularies-2" schemaLocation="../../cybox/default_vocabularies.xsd"/> |
| 17 | + <xs:import namespace="http://docs.oasis-open.org/cti/ns/cybox/objects/process-2" schemaLocation="../../cybox/objects/Process_Object.xsd"/> |
| 18 | + <xs:import namespace="http://docs.oasis-open.org/cti/ns/cybox/vocabularies-2" schemaLocation="../../cybox/default_vocabularies.xsd"/> |
19 | 19 | <xs:import namespace="http://maec.mitre.org/default_vocabularies-1" schemaLocation="maec_default_vocabularies.xsd"/> |
20 | 20 | <xs:element name="MAEC_Bundle" type="maecBundle:BundleType"> |
21 | 21 | <xs:annotation> |
|
0 commit comments