http://www.unisens.org/unisens2.0
simpleType unisensFilename

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.unisens.org/unisens2.0}unisensFilename (restriction)

Properties
This component is not nillable.

Model

([0-9]|[a-z]|_|-|\.|[A-Z]){1,254}


Source
<xs:simpleType name="unisensFilename">
<xs:restriction base="xs:string">
<xs:pattern value="([0-9]|[a-z]|_|-|\.|[A-Z]){1,254}"/>
</xs:restriction>
</xs:simpleType>


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