urn:cz-mzcr:ns:dasta:ds4:ds_type
simpleType guidType

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{urn:cz-mzcr:ns:dasta:ds4:ds_type}guidType (restriction)

Documentation
                The representation of a GUID, generally the id of an element.
            
Properties
This component is not nillable.

Model

\{[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\}


Local Usage
autorType, garant_datType, gpsType, odeslalType

Source
<xs:simpleType name="guidType">
<xs:restriction base="xs:string">
<xs:pattern value="\{[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\}"/>
</xs:restriction>
</xs:simpleType>


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