Alma/CommonEntity
simpleType EntityIdT

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{Alma/CommonEntity}EntityIdT (restriction)

Properties
This component is not nillable.

Model

[uU][iI][dD]://[0-9a-zA-Z]+(/[xX][0-9a-fA-F]+){2}(#\\w{1,}){0,}


Local Usage
EntityRefT, EntityT

Source
<xsd:simpleType name="EntityIdT">
<xsd:restriction base="xsd:string">
<xsd:pattern value="[uU][iI][dD]://[0-9a-zA-Z]+(/[xX][0-9a-fA-F]+){2}(#\\w{1,}){0,}"/>
</xsd:restriction>
</xsd:simpleType>


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