Category element
The definition of a category in a question.
Attributes for Category
CategoryType
Use: optional
Valid values: Category, CategoryList
Factor
Use: optional
Valid values: string
IsDK
Use: optional
Valid values: boolean
IsExclusive
Use: optional
Valid values: boolean
IsNA
Use: optional
Valid values: boolean
IsOther
Use: optional
Valid values: boolean
IsRef
Use: optional
Valid values: boolean
KeyCode
Use: optional
Valid values: string
Name
Use: required
Valid values: string
Value
Use: optional
Valid values: string
XML representation
<xsd:element name="Category">
<xsd:sequence minOccurs="0">
<xsd:element ref="Style" minOccurs="0"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="Label" type="Label">
<xsd:sequence minOccurs="0">
<xsd:element ref="Style" minOccurs="0"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="Text" minOccurs="0"/>
</xsd:sequence>
</xsd:element>
<xsd:element ref="Property" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="Category" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="Question" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="CategoryType" type="CategoryTypes" use="optional">
<xsd:enumeration value="Category"/>
<xsd:enumeration value="CategoryList"/>
</xsd:attribute>
<xsd:attribute name="Name" type="xsd:string" use="required"/>
<xsd:attribute name="Value" type="xsd:string"/>
<xsd:attribute name="IsExclusive" type="xsd:boolean"/>
<xsd:attribute name="IsOther" type="xsd:boolean"/>
<xsd:attribute name="Factor" type="xsd:string" use="optional"/>
<xsd:attribute name="IsRef" type="xsd:boolean"/>
<xsd:attribute name="IsNA" type="xsd:boolean"/>
<xsd:attribute name="IsDK" type="xsd:boolean"/>
<xsd:attribute name="KeyCode" type="xsd:string" use="optional"/>
</xsd:element>
Child elements
Property element
Related elements
Banner, Category, Label, Label, Label, Navigation, Question, Title
See also