<xs:element name="option">
<xs:complexType>
<xs:attribute name="inheritance" type="xs:boolean" default="false" />
<xs:attribute name="exp-type" type="ex:exp-type" default="unspecified" />
<xs:attribute name="exp-attribute" type="ex:exp-attribute" default="double-tag" />
<xs:attribute name="flatten" type="ex:boolean_or_depth" default="false" />
<xs:attribute name="sparse" type="xs:boolean" default="false" />
<xs:attribute name="tagless" type="ex:boolean_or_unspecified" default="unspecified" />
<xs:attribute name="naming-convention" type="ex:naming-convention" default="initial-upper" />
</xs:complexType>
</xs:element>
|