simpleType NameOrNull
namespace http://www.opengis.net/gml
type union of (gml:NullEnumeration, xs:Name, xs:anyURI)
used by
simpleType NameOrNullList
annotation
documentation
Union of the XML Schema Name type and the GML Nulltype.  An element which uses this type may have content which is either a Name or a value from Nulltype.  Note that a "Name" may not contain whitespace. 
source <xs:simpleType name="NameOrNull">
 
<xs:annotation>
   
<xs:documentation>Union of the XML Schema Name type and the GML Nulltype.  An element which uses this type may have content which is either a Name or a value from Nulltype.  Note that a "Name" may not contain whitespace.  </xs:documentation>
 
</xs:annotation>
 
<xs:union memberTypes="gml:NullEnumeration Name anyURI"/>
</xs:simpleType>


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