Schema RNG.xsd


schema location:  http://xml.comp-phys.org/RNG.xsd
 
Elements  Complex types 
RNG  RNGState 


schema location:  http://xml.comp-phys.org/parameter.xsd
 
Complex types 
ParameterType 


element RNG
diagram
children PARAMETER INITIALSTATE STATE
attributes
Name  Type  Use  Default  Fixed  Annotation
type  xs:string  required      
source
<xs:element name="RNG">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="PARAMETER" type="ParameterType" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="INITIALSTATE" type="RNGState" minOccurs="0"/>
      <xs:element name="STATE" type="RNGState" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="type" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>

element RNG/PARAMETER
diagram
type ParameterType
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
source
<xs:element name="PARAMETER" type="ParameterType" minOccurs="0" maxOccurs="unbounded"/>

element RNG/INITIALSTATE
diagram
type RNGState
attributes
Name  Type  Use  Default  Fixed  Annotation
format  xs:string  optional  text    
source
<xs:element name="INITIALSTATE" type="RNGState" minOccurs="0"/>

element RNG/STATE
diagram
type RNGState
attributes
Name  Type  Use  Default  Fixed  Annotation
format  xs:string  optional  text    
source
<xs:element name="STATE" type="RNGState" minOccurs="0"/>

complexType RNGState
diagram
type extension of xs:string
used by
elements RNG/INITIALSTATE RNG/STATE
attributes
Name  Type  Use  Default  Fixed  Annotation
format  xs:string  optional  text    
source
<xs:complexType name="RNGState">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="format" type="xs:string" use="optional" default="text"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>

complexType ParameterType
diagram
type extension of xs:string
used by
element RNG/PARAMETER
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
source
<xs:complexType name="ParameterType">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="name" type="xs:string" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>


XML Schema documentation generated with
XML Spy Schema Editor www.xmlspy.com