QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
test | xs:string | required |
Element Group | text-template-content |
<xs:element name="if"> <xs:complexType mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="template-content"/> </xs:choice> <xs:attribute name="test" type="xs:string" use="required"/> <!-- type : type of "test" should be stx-expression --> </xs:complexType> </xs:element> |