Definition Type: Element
Name: value
Namespace: http://relaxng.org/ns/structure/1.0
Containing Schema: RelaxNG.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into datatypeLibrary in schema relaxng_xsd Drilldown into ns in schema relaxng_xsd Drilldown into common-atts in schema relaxng_xsd Drilldown into type in schema relaxng_xsdXSD Diagram of value in schema relaxng_xsd (REgular LAnguage for XML Next Generation (RELAX NG))
Collapse XSD Schema Code:
<xs:element name="value">
    <xs:complexType mixed="true">
        <xs:attribute name="type" type="xs:NCName" />
        <xs:attributeGroup ref="structure:common-atts" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
type structure:type (Optional)
ns structure:ns (Optional)
datatypeLibrary structure:datatypeLibrary (Optional)
<anyAttribute> Allowed namespace: '##other'