aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/share/Schemas/SceneObjectPart1.xsd
diff options
context:
space:
mode:
authorTeravus Ovares2008-04-07 09:59:23 +0000
committerTeravus Ovares2008-04-07 09:59:23 +0000
commit4a47d8f5e1fc38d47082d8690e9c8cd3cafb4bfc (patch)
tree015a263d0e973471745907f32193fdb75c27cee5 /share/Schemas/SceneObjectPart1.xsd
parentRemove some dead code. (diff)
downloadopensim-SC_OLD-4a47d8f5e1fc38d47082d8690e9c8cd3cafb4bfc.zip
opensim-SC_OLD-4a47d8f5e1fc38d47082d8690e9c8cd3cafb4bfc.tar.gz
opensim-SC_OLD-4a47d8f5e1fc38d47082d8690e9c8cd3cafb4bfc.tar.bz2
opensim-SC_OLD-4a47d8f5e1fc38d47082d8690e9c8cd3cafb4bfc.tar.xz
* Committing SceneObjectPart XML Schemas in the share/Schemas folder (this is a non final schema)
Diffstat (limited to '')
-rw-r--r--share/Schemas/SceneObjectPart1.xsd8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/Schemas/SceneObjectPart1.xsd b/share/Schemas/SceneObjectPart1.xsd
new file mode 100644
index 0000000..aa53581
--- /dev/null
+++ b/share/Schemas/SceneObjectPart1.xsd
@@ -0,0 +1,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">
3 <xs:simpleType name="guid">
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}" />
6 </xs:restriction>
7 </xs:simpleType>
8</xs:schema> \ No newline at end of file