@@ -131,13 +131,13 @@ used wherever a ``ControlledVocabularyStringType`` instance is expected
131131 <xs : schema
132132 xmlns : xs =" http://www.w3.org/2001/XMLSchema"
133133 xmlns : customVocabs =" http://customvocabs.com/vocabs-1"
134- xmlns : stixVocabs =" http://stix.mitre .org/default_vocabularies -1"
135- xmlns : stixCommon =" http://stix.mitre .org/common-1"
134+ xmlns : stixVocabs =" http://docs.oasis-open .org/cti/ns/stix/vocabularies -1"
135+ xmlns : stixCommon =" http://docs.oasis-open .org/cti/ns/stix /common-1"
136136 targetNamespace =" http://customvocabs.com/vocabs-1"
137137 elementFormDefault =" qualified"
138138 version =" 1.2"
139139 xml : lang =" English" >
140- <xs : import namespace =" http://stix.mitre .org/common-1" schemaLocation =" http://stix.mitre .org/XMLSchema/common/1.2/stix_common .xsd" />
140+ <xs : import namespace =" http://docs.oasis-open .org/cti/ns/stix/ common-1" schemaLocation =" http://docs.oasis-open .org/cti/stix/v1.2.1/csd01/xml-schemas/common .xsd" />
141141 <xs : complexType name =" CustomVocab-1.0" >
142142 <xs : simpleContent >
143143 <xs : restriction base =" stixCommon:ControlledVocabularyStringType" >
@@ -170,11 +170,11 @@ field.
170170
171171 <stix : STIX_Package
172172 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
173- xmlns : stixExample =" http://stix.mitre .org/example"
174- xmlns : stix =" http://stix.mitre .org/stix-1"
173+ xmlns : stixExample =" http://docs.oasis-open .org/cti/ns/stix /example"
174+ xmlns : stix =" http://docs.oasis-open .org/cti/ns/ stix/core -1"
175175 xmlns : customVocabs =" http://customvocabs.com/vocabs-1"
176176 xsi : schemaLocation ="
177- http://stix.mitre .org/stix-1 /path/to/stix_core.xsd
177+ http://docs.oasis-open .org/cti/ns/ stix/core -1 /path/to/stix_core.xsd
178178 http://customvocabs.com/vocabs-1 /path/to/customVocabs.xsd"
179179 id =" stixExample:STIXPackage-33fe3b22-0201-47cf-85d0-97c02164528d"
180180 version =" 1.2" >
@@ -254,11 +254,11 @@ XML Schema definition, but in Python!
254254 """
255255 <stix:STIX_Package
256256 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
257- xmlns:stix="http://stix.mitre .org/stix-1"
257+ xmlns:stix="http://docs.oasis-open .org/cti/ns/ stix/core -1"
258258 xmlns:customVocabs="http://customvocabs.com/vocabs-1"
259259 xmlns:example="http://example.com/"
260260 xsi:schemaLocation="
261- http://stix.mitre .org/stix-1 /path/to/stix_core.xsd
261+ http://docs.oasis-open .org/cti/ns/ stix/core -1 /path/to/stix_core.xsd
262262 http://customvocabs.com/vocabs-1 /path/to/customVocabs.xsd"
263263 id="example:STIXPackage-33fe3b22-0201-47cf-85d0-97c02164528d"
264264 version="1.2">
0 commit comments