http://dbai.tuwien.ac.at/proj/arte/GES/solution
simpleType ID

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://dbai.tuwien.ac.at/proj/arte/GES/solution}ID (restriction)

Documentation

String type containing only alphanumeric characters, "." and "_". Used for IDs of various objects and references to them.

Properties
This component is not nillable.

Model

([a-zA-Z0-9._])+


Source
<xs:simpleType name="ID">
<xs:restriction base="xs:string">
<xs:pattern value="([a-zA-Z0-9._])+"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.