SceneObjectPart1.xsd 449 B

12345678
  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>