Skip to content

Instantly share code, notes, and snippets.

@jhowarth
jhowarth / own3d.xml
Created April 13, 2011 00:20
own3d.xml
<own3dReply>
<liveEvent>
<isLive>false</isLive>
<liveViewers>4825</liveViewers>
</liveEvent>
</own3dReply>
@jhowarth
jhowarth / own3d.xsd
Created April 13, 2011 00:20
own3d.xsd
<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">