aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/share/Schemas/SceneObjectPart1.xsd
diff options
context:
space:
mode:
authorTeravus Ovares2008-06-29 22:45:14 +0000
committerTeravus Ovares2008-06-29 22:45:14 +0000
commit08ab283b8a5f4b4bff7451ea55d4de066a6f77e9 (patch)
tree9eb76eddc091de2c9815cdc224daf9dc5f4f9f4b /share/Schemas/SceneObjectPart1.xsd
parentdisabled the multiple inventory server support in login service again. (diff)
downloadopensim-SC_OLD-08ab283b8a5f4b4bff7451ea55d4de066a6f77e9.zip
opensim-SC_OLD-08ab283b8a5f4b4bff7451ea55d4de066a6f77e9.tar.gz
opensim-SC_OLD-08ab283b8a5f4b4bff7451ea55d4de066a6f77e9.tar.bz2
opensim-SC_OLD-08ab283b8a5f4b4bff7451ea55d4de066a6f77e9.tar.xz
* Current XML Schema for SceneObjectPart
Diffstat (limited to '')
-rw-r--r--share/Schemas/SceneObjectPart1.xsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/Schemas/SceneObjectPart1.xsd b/share/Schemas/SceneObjectPart1.xsd
index b67b2cd..2f38087 100644
--- a/share/Schemas/SceneObjectPart1.xsd
+++ b/share/Schemas/SceneObjectPart1.xsd
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:tns="http://microsoft.com/wsdl/types/" elementFormDefault="qualified" targetNamespace="http://microsoft.com/wsdl/types/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> 2<xs:schema xmlns:tns="http://microsoft.com/wsdl/types/" elementFormDefault="qualified" targetNamespace="http://microsoft.com/wsdl/types/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3 <xs:simpleType name="guid"> 3 <xs:simpleType name="guid">
4 <xs:restriction base="xs:string"> 4 <xs:restriction base="xs:string">
5 <xs:pattern value="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" /> 5 <xs:pattern value="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" />
6 </xs:restriction> 6 </xs:restriction>
7 </xs:simpleType> 7 </xs:simpleType>
8</xs:schema> \ No newline at end of file 8</xs:schema>