9acfdf8c by Kyle Greenwell

Updated URIs to absolute https

1 parent c279108f
...@@ -9,16 +9,16 @@ ...@@ -9,16 +9,16 @@
9 Use is subject to license terms included in the distribution. 9 Use is subject to license terms included in the distribution.
10 --> 10 -->
11 11
12 <specification xmlns="http://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd" 12 <specification xmlns="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd"
13 xmlns:xid="http://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd" 13 xmlns:xid="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd"
14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15 xsi:schemaLocation="http://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd XtensibleInterfaceDefinition.xsd" 15 xsi:schemaLocation="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd XtensibleInterfaceDefinition.xsd"
16 identity="Commmon.xid.xml"> 16 identity="Commmon.xid.xml">
17 <title>Tensor Commmon Definitions</title> 17 <title>Tensor Commmon Definitions</title>
18 <comment></comment> 18 <comment></comment>
19 <artifact></artifact> 19 <artifact></artifact>
20 20
21 <import ref="Tensor/V1.0.0/Definitions.xid.xml" local="Definitions.xid.xml" /> 21 <import ref="https://xid.location.studio/Tensor/V1.0.0/Definitions.xid.xml" local="Definitions.xid.xml" />
22 22
23 <namespace name="Tensor"> 23 <namespace name="Tensor">
24 <struct name="NameValue" > 24 <struct name="NameValue" >
......
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
9 Use is subject to license terms included in the distribution. 9 Use is subject to license terms included in the distribution.
10 --> 10 -->
11 11
12 <specification xmlns="http://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd" 12 <specification xmlns="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd"
13 xmlns:xid="http://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd" 13 xmlns:xid="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd"
14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15 xsi:schemaLocation="http://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd XtensibleInterfaceDefinition.xsd" 15 xsi:schemaLocation="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd XtensibleInterfaceDefinition.xsd"
16 identity="Definitions.xid.xml"> 16 identity="Definitions.xid.xml">
17 <title>Tensor Common Defitions</title> 17 <title>Tensor Common Defitions</title>
18 <comment> 18 <comment>
......
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
9 Use is subject to license terms included in the distribution. 9 Use is subject to license terms included in the distribution.
10 --> 10 -->
11 11
12 <specification xmlns="http://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd" 12 <specification xmlns="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd"
13 xmlns:xid="http://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd" 13 xmlns:xid="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd"
14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15 xsi:schemaLocation="http://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd XtensibleInterfaceDefinition.xsd" 15 xsi:schemaLocation="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd XtensibleInterfaceDefinition.xsd"
16 identity="Logging.xid.xml"> 16 identity="Logging.xid.xml">
17 <title>Tensor Logging Messages</title> 17 <title>Tensor Logging Messages</title>
18 <comment> 18 <comment>
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
21 as needed to support various types of information. 21 as needed to support various types of information.
22 </comment> 22 </comment>
23 23
24 <import ref="Tensor/V1.0.0/Definitions.xid.xml" local="Definitions.xid.xml" /> 24 <import ref="https://xid.location.studio/Tensor/V1.0.0/Definitions.xid.xml" local="Definitions.xid.xml" />
25 25
26 <namespace name="Logging"> 26 <namespace name="Logging">
27 <using namespace="Tensor"/> 27 <using namespace="Tensor"/>
......
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
10 --> 10 -->
11 11
12 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 12 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
13 targetNamespace="http://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd" 13 targetNamespace="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd"
14 xmlns="http://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd" 14 xmlns="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd"
15 elementFormDefault="qualified"> 15 elementFormDefault="qualified">
16 16
17 <xs:annotation> 17 <xs:annotation>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!