xVRML Player Character Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://www.xvrml.net/schemas/PlayerCharacter
Version 0.01
Language en
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://www.xvrml.net/schemas/Character (at http://www.xvrml.net/schemas/character.xsd)

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
character http://www.xvrml.net/schemas/Character
Schema Component Representation
<xs:schema xml:lang="en" targetNamespace="http://www.xvrml.net/schemas/PlayerCharacter" attributeFormDefault="unqualified" elementFormDefault="qualified" version="0.01">
<xs:import namespace="http://www.xvrml.net/schemas/Character" schemaLocation="http://www.xvrml.net/schemas/character.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: PlayerCharacter

Name PlayerCharacter
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<PlayerCharacter>
<character:Character> ... </character:Character> [1]
</PlayerCharacter>
Schema Component Representation
<xs:element name="PlayerCharacter">
<xs:complexType>
<xs:sequence>
<xs:element ref=" character:Character "/>
</xs:sequence>
</xs:complexType>
</xs:element>
top