Created
April 13, 2011 00:20
-
-
Save jhowarth/916732 to your computer and use it in GitHub Desktop.
own3d.xsd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> | |
| <xs:element name="own3dReply"> | |
| <xs:complexType> | |
| <xs:sequence> | |
| <xs:element name="liveEvent"> | |
| <xs:complexType> | |
| <xs:sequence> | |
| <xs:element name="isLive"> | |
| <xs:simpleType> | |
| <xs:restriction base="xs:string"> | |
| <xs:pattern value="true|false"/> | |
| </xs:restriction> | |
| </xs:simpleType> | |
| </xs:element> | |
| <xs:element name="liveViewers" type="xs:integer"/> | |
| </xs:sequence> | |
| </xs:complexType> | |
| </xs:element> | |
| </xs:sequence> | |
| </xs:complexType> | |
| </xs:element> | |
| </xs:schema> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment