<xsd:element name="output">
<xsd:complexType>
<xsd:sequence minOccurs="0">
<xsd:element ref="xforms:label" />
</xsd:sequence>
<xsd:attributeGroup ref="xforms:Common.Attributes" />
<xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes" />
<xsd:attribute name="appearance" type="xforms:appearanceType" use="optional" />
<xsd:attribute name="value" type="xforms:XPathExpression" use="optional" />
</xsd:complexType>
</xsd:element>
|