04-16-2007 08:46 AM
04-16-2007 04:09 PM
<xs:simpleType name="my_choices">
<xs:restriction base="xs:normalizedString">
<xs:enumeration value="first_choice"/>
<xs:enumeration value="second_choice"/>
<xs:enumeration value="third_choice"/>
…
</xs:restriction>
</xs:simpleType>
<xs:element name="my_group">
<xs:complexType>
<xs:sequence>
…
<xs:element name="my_radio">
<!– force radios by using appearance="full" –>
<xs:annotation><xs:appinfo>
<alf:appearance>full</alf:appearance>
</xs:appinfo></xs:annotation>
</xs:element>
…
</xs:sequence>
</xs:complexType>
</xs:element>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.