element <catalog:primitiveType> (local)
Namespace:
Type:
anonymous simpleType (restriction of xs:string)
Content:
simple
Defined:
XML Representation Summary
<catalog:primitiveType>
   
Content: 
{ enumeration of xs:string }
</catalog:primitiveType>
Simple Content Detail:
Enumeration:
"StringType", "NumericType", "TimeStampType", "UserType", "GroupType"

Included in content model of elements (1):
catalog:attribute
Annotation
[READ-ONLY] An attribute may have one of the following primitive types: String, Integer, Date/Time, User (disallowed for custom attributes), and Group (disallowed for custom attributes)
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  simpleType
Derivation:
restriction of xs:string
Facets:
enumeration:
"StringType", "NumericType", "TimeStampType", "UserType", "GroupType"
XML Source (w/o annotations (1); see within schema source)
<xs:element name="primitiveType">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="StringType"/>
<xs:enumeration value="NumericType"/>
<xs:enumeration value="TimeStampType"/>
<xs:enumeration value="UserType"/>
<xs:enumeration value="GroupType"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set