<xsd:element name="secret">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="xforms:label"/>
<xsd:group ref="xforms:UI.Common" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref="xforms:Common.Attributes"/>
<xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
<xsd:attribute name="inputmode" type="xsd:string" use="optional"/>
<xsd:attributeGroup ref="xforms:UI.Common.Attrs"/>
<xsd:attribute name="incremental" type="xsd:boolean" use="optional" default="false"/>
</xsd:complexType>
</xsd:element> |