| 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 |
| diagram | ![]() |
||||||||||||
| children | PARAMETER INITIALSTATE STATE | ||||||||||||
| attributes |
|
||||||||||||
| 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> |
| diagram | |||||||||||||
| type | ParameterType | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="PARAMETER" type="ParameterType" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | |||||||||||||
| type | RNGState | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="INITIALSTATE" type="RNGState" minOccurs="0"/> |
| diagram | |||||||||||||
| type | RNGState | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="STATE" type="RNGState" minOccurs="0"/> |
| diagram | |||||||||||||
| type | extension of xs:string | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| 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> |
| diagram | |||||||||||||
| type | extension of xs:string | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| 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> |