Schema code_v.xsd


schema location:  http://cera-www.dkrz.de/Meta_Fill/code_v.xsd
attribute form default: 
element form default: 
 
Elements  Simple types 
CODE  char2000 
CODE_ACRONYM  char31 
CODE_DESCR  char80 
CODE_NUMBER 
CODE_TYPE 
CODELIST 
TOPIC_ACRONYM 
TOPIC_DESCR 
TOPIC_NAME 
TOPIC_POINTER_NAME 
UNIT_ACRONYM 


element CODE
diagram code_v_p1.png
properties
content complex
children CODE_TYPE CODE_NUMBER CODE_ACRONYM CODE_DESCR UNIT_ACRONYM TOPIC_NAME TOPIC_DESCR TOPIC_ACRONYM TOPIC_POINTER_NAME
used by
element CODELIST
source <xs:element name="CODE">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="CODE_TYPE"/>
     
<xs:element ref="CODE_NUMBER"/>
     
<xs:element ref="CODE_ACRONYM"/>
     
<xs:element ref="CODE_DESCR"/>
     
<xs:element ref="UNIT_ACRONYM"/>
     
<xs:element ref="TOPIC_NAME"/>
     
<xs:element ref="TOPIC_DESCR"/>
     
<xs:element ref="TOPIC_ACRONYM"/>
     
<xs:element ref="TOPIC_POINTER_NAME"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element CODE_ACRONYM
diagram code_v_p2.png
type char31
properties
content simple
used by
element CODE
facets
maxLength 31
whiteSpace preserve
source <xs:element name="CODE_ACRONYM" type="char31"/>

element CODE_DESCR
diagram code_v_p3.png
type char2000
properties
content simple
used by
element CODE
facets
maxLength 2000
whiteSpace preserve
source <xs:element name="CODE_DESCR" type="char2000"/>

element CODE_NUMBER
diagram code_v_p4.png
type xs:int
properties
content simple
used by
element CODE
source <xs:element name="CODE_NUMBER" type="xs:int"/>

element CODE_TYPE
diagram code_v_p5.png
type char80
properties
content simple
used by
element CODE
facets
maxLength 80
whiteSpace preserve
source <xs:element name="CODE_TYPE" type="char80"/>

element CODELIST
diagram code_v_p6.png
properties
content complex
children CODE
source <xs:element name="CODELIST">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="CODE" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TOPIC_ACRONYM
diagram code_v_p7.png
type char31
properties
content simple
used by
element CODE
facets
maxLength 31
whiteSpace preserve
source <xs:element name="TOPIC_ACRONYM" type="char31"/>

element TOPIC_DESCR
diagram code_v_p8.png
type char2000
properties
content simple
used by
element CODE
facets
maxLength 2000
whiteSpace preserve
source <xs:element name="TOPIC_DESCR" type="char2000"/>

element TOPIC_NAME
diagram code_v_p9.png
type char80
properties
content simple
used by
element CODE
facets
maxLength 80
whiteSpace preserve
source <xs:element name="TOPIC_NAME" type="char80"/>

element TOPIC_POINTER_NAME
diagram code_v_p10.png
type char80
properties
content simple
used by
element CODE
facets
maxLength 80
whiteSpace preserve
source <xs:element name="TOPIC_POINTER_NAME" type="char80"/>

element UNIT_ACRONYM
diagram code_v_p11.png
type char31
properties
content simple
used by
element CODE
facets
maxLength 31
whiteSpace preserve
source <xs:element name="UNIT_ACRONYM" type="char31"/>

simpleType char2000
type restriction of xs:string
used by
elements CODE_DESCR TOPIC_DESCR
facets
maxLength 2000
whiteSpace preserve
source <xs:simpleType name="char2000">
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="2000"/>
   
<xs:whiteSpace value="preserve"/>
 
</xs:restriction>
</xs:simpleType>

simpleType char31
type restriction of xs:string
used by
elements CODE_ACRONYM TOPIC_ACRONYM UNIT_ACRONYM
facets
maxLength 31
whiteSpace preserve
source <xs:simpleType name="char31">
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="31"/>
   
<xs:whiteSpace value="preserve"/>
 
</xs:restriction>
</xs:simpleType>

simpleType char80
type restriction of xs:string
used by
elements CODE_TYPE TOPIC_NAME TOPIC_POINTER_NAME
facets
maxLength 80
whiteSpace preserve
source <xs:simpleType name="char80">
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="80"/>
   
<xs:whiteSpace value="preserve"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy