http://www.pdfunit.com
simpleType name_Type

Super Types
{http://www.w3.org/2001/XMLSchema}ID
|
+--{http://www.pdfunit.com}name_Type (restriction)

Properties
This component is not nillable.

Model

[^\s]*


Local Usage
testcase_Type

Source
<xs:simpleType name="name_Type">
<xs:restriction base="xs:ID">
<xs:pattern value="[^\s]*"/>
</xs:restriction>
</xs:simpleType>


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