complexType "NominalRepresentationBaseType"
Namespace:
Content:
complex, 4 attributes, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKENS
 = 
xs:boolean
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
 = 
xs:string
   
>
   
Content: 
</...>
Content Model Elements (2):
GenericOutputFormat, RecommendedDataType
Known Direct Subtypes (1):
NominalDomainType
All Direct / Indirect Based Elements (1):
NominalDomain
Known Usage Locations
Annotation
A means of capturing the features of a nominal (marked/unmarked) response domain. Note that this is not the same as a code or category list with a yes/no set of responses. This representation is generally used in QuestionGrids when defining the response domain of a grid cell. In addition to the basic objects of a representation, the structure defines the allowed content of the mark using a regular expression.
Type Definition Detail
Type Derivation Tree
RepresentationType (extension)
  NominalRepresentationBaseType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="NominalRepresentationBaseType">
<xs:complexContent>
<xs:extension base="RepresentationType">
<xs:attribute name="regExp" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/4)
regExp
Type:
xs:string, predefined
Use:
optional
The regular expression allows for further description of the allowable content of the data.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="regExp" type="xs:string" use="optional"/>

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