Skip to content

Commit be9137c

Browse files
bschmokerBen Schmoker
authored andcommitted
move to extension namespace (out of default)
1 parent 2ef38ce commit be9137c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions/deception/deception.xsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Deception Vocabulary -->
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:stixVocabs="http://stix.mitre.org/default_vocabularies-1" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" xmlns:stixCommon="http://stix.mitre.org/common-1" targetNamespace="http://stix.mitre.org/default_vocabularies-1" elementFormDefault="qualified" version="1.2.0" xml:lang="en">
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:stixVocabs="http://stix.mitre.org/default_vocabularies-1" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" xmlns:stixCommon="http://stix.mitre.org/common-1" targetNamespace="http://stix.mitre.org/extensions/deception-1" elementFormDefault="qualified" version="1.2.0" xml:lang="en">
33

44
<xs:complexType name="DeceptionVocab-1.0">
55
<xs:annotation>
@@ -11,7 +11,7 @@
1111
<xs:union memberTypes="stixVocabs:DeceptionEnum-1.0"/>
1212
</xs:simpleType>
1313
<xs:attribute name="vocab_name" type="xs:string" use="optional" fixed="STIX Deception Vocabulary"/>
14-
<xs:attribute name="vocab_reference" type="xs:anyURI" use="optional" fixed="http://stix.mitre.org/XMLSchema/default_vocabularies/1.2.0/stix_default_vocabularies.xsd#DeceptionVocab-1.0"/>
14+
<xs:attribute name="vocab_reference" type="xs:anyURI" use="optional" fixed="http://stix.mitre.org/XMLSchema/extensions/deception.xsd#DeceptionVocab-1.0"/>
1515
</xs:restriction>
1616
</xs:simpleContent>
1717
</xs:complexType>
@@ -74,4 +74,4 @@
7474

7575
</xs:restriction>
7676
</xs:simpleType>
77-
</xs:schema>
77+
</xs:schema>

0 commit comments

Comments
 (0)