while

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
test xs:string required

Used By

Element Group template-content

Source

<xs:element name="while">
  <xs:complexType>
    <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>

Sample