simpleType metadataContainerFieldValues
type restriction of xs:string
properties
base xs:string
used by
attributes MetadataBoolean/@containerField MetadataDouble/@containerField MetadataFloat/@containerField MetadataInteger/@containerField MetadataString/@containerField
facets
Kind Value Annotation
enumeration metadata
appinfo
this node provides metadata information regarding it's parent node
enumeration value
appinfo
parent node is MetadataSet, this node is part of a metadata collection
annotation
appinfo
metadataContainerFieldValues provide allowed enumeration values for Metadata node containerField: "value" if parent node is MetadataSet, otherwise "metadata" default.
source <xs:simpleType name="metadataContainerFieldValues">
 
<xs:annotation>
   
<xs:appinfo>metadataContainerFieldValues provide allowed enumeration values for Metadata node containerField: "value" if parent node is MetadataSet, otherwise "metadata" default.</xs:appinfo>
   
<xs:documentation source="http://www.w3.org/TR/html4/struct/dirlang.html#adef-dir"/>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="metadata">
     
<xs:annotation>
       
<xs:appinfo>this node provides metadata information regarding it's parent node</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="value">
     
<xs:annotation>
       
<xs:appinfo>parent node is MetadataSet, this node is part of a metadata collection</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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