element <catalog:attribute> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 3 elements
Defined:
Includes:
definitions of 2 attributes, 3 elements
XML Representation Summary
<catalog:attribute
   
 = 
xs:boolean
 = 
xs:string
   
>
   
Content: 
</catalog:attribute>
Content model elements (3):
catalog:cardinality, catalog:primitiveType, catalog:referenceType
Included in content model of elements (1):
catalog:type
Annotation
[READ-ONLY] An attribute that resides on the type.
XML Source (w/o annotations (7); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="attribute">
<xs:complexType>
<xs:sequence>
<xs:choice id="typeChoice" maxOccurs="1" minOccurs="1">
<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>
<xs:element name="referenceType">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:element name="cardinality">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ZERO_OR_ONE"/>
<xs:enumeration value="ZERO_OR_MORE"/>
<xs:enumeration value="ONE"/>
<xs:enumeration value="ONE_OR_MORE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="hidden" type="xs:boolean" use="required"/>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
hidden
Type:
xs:boolean, predefined
Use:
required
[READ-ONLY] Indicates that the attribute is hidden and will not appear in the RQM Web UI.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="hidden" type="xs:boolean" use="required"/>

name
Type:
xs:string, predefined
Use:
required
[READ-ONLY] The name of the type.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="name" type="xs:string" use="required"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
catalog:cardinality
Type:
anonymous simpleType (restriction of xs:string), simple content
[READ-ONLY] An attribute may have one of the following cardinalities (1 and 1:n cardinalities are reserved for use by RQM only): 0:1, 0:n, 1, and 1:n
Simple Content
enumeration of xs:string
Enumeration:
"ZERO_OR_ONE", "ZERO_OR_MORE", "ONE", "ONE_OR_MORE"
XML Source (w/o annotations (1); see within schema source)
<xs:element name="cardinality">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ZERO_OR_ONE"/>
<xs:enumeration value="ZERO_OR_MORE"/>
<xs:enumeration value="ONE"/>
<xs:enumeration value="ONE_OR_MORE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

catalog:primitiveType
Type:
anonymous simpleType (restriction of xs:string), simple content
[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)
Simple Content
enumeration of xs:string
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>

catalog:referenceType
Type:
anonymous complexType, mixed content
[READ-ONLY] An attribute can be a reference to a type. The referenceType must be one of the "root" types - i.e. it must be one of the top-most elements in the enclosing catalog element, and circular references are not allowed.
XML Source (w/o annotations (2); see within schema source)
<xs:element name="referenceType">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>

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