complexType "NominalDelineationType"
Namespace:
Content:
complex, 7 attributes, 14 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
   
 = 
("Canonical" | "Deprecated")
 = 
("Add" | "Update" | "Delete")
 = 
xs:anyURI
 = 
("Agency" | "Maintainable") : "Agency"
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
"true"
 = 
xs:string
    >
   
Content: 
(URN | (Agency, ID, Version))[1..2], UserID*, UserAttributePair*, (VersionResponsibility | VersionResponsibilityReference)?, VersionRationale?, BasedOnReference?, MaintainableObject?, NominalDelineationName*, Label*, Description?
</...>
Content Model Elements (14):
Agency, BasedOnReference, Description, ID, Label, MaintainableObject, NominalDelineationName, URN, UserAttributePair, UserID, Version, VersionRationale, VersionResponsibility, VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
NominalDelineation
Known Usage Locations
Annotation
A means of capturing the delineation 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 delineation is generally used in QuestionGrids when defining the response domain of a grid cell. In addition to the name, label, and description of the delineation, the structure defines the allowed content of the mark using a regular expression.
Type Definition Detail
Type Derivation Tree
AbstractIdentifiableType (extension)
  AbstractVersionableType (extension)
      VersionableType (extension)
          NominalDelineationType
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="NominalDelineationType">
<xs:complexContent>
<xs:extension base="VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="NominalDelineationName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
</xs:sequence>
<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/7)
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"/>
Content Element Detail (all declarations; defined within this component only; 3/14)
Description
Type:
StructuredStringType, complex content
A description of the content and purpose of the delineation. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

Label
Type:
LabelType, complex content
A display label for the delineation. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>

NominalDelineationName
Type:
NameType, complex content
A name for the delineation. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="NominalDelineationName"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set