Alma/CommonEntity
simpleType EntityTypeNameT

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

Properties
This component is not nillable.

Model

minimum length: 3
maximum length: 15
attribute-value normalization: collapse


Local Usage
EntityRefT, EntityT

Source
<xsd:simpleType name="EntityTypeNameT">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="15"/>
<xsd:minLength value="3"/>
<xsd:whiteSpace value="collapse"/>
</xsd:restriction>
</xsd:simpleType>


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