Definition Type: Element
Name: pattern
Namespace: http://www.w3.org/2001/XMLSchema
Type: xsd:noFixedFacet
Containing Schema: XMLSchema.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into value Drilldown into annotation Drilldown into fixed Drilldown into annotation Drilldown into fixed Drilldown into value Drilldown into id Drilldown into annotation Drilldown into openAttrs Drilldown into annotated Drilldown into facet Drilldown into noFixedFacetXSD Diagram of pattern
Collapse XSD Schema Code:
<xs:element name="pattern" id="pattern">
    <xs:annotation>
        <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-pattern" />
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:restriction base="xs:noFixedFacet">
                <xs:sequence>
                    <xs:element ref="xs:annotation" minOccurs="0" />
                </xs:sequence>
                <xs:attribute name="value" type="xs:string" use="required" />
                <xs:anyAttribute namespace="##other" processContents="lax" />
            </xs:restriction>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation xsd:annotation 0 (1)
annotation xsd:annotation 0 (1)
annotation xsd:annotation 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id xsd:id (Optional)
fixed xsd:fixed Prohibited
value xsd:value Required
<anyAttribute> ##other
<anyAttribute> ##other
Collapse Derivation Tree:
Collapse References:
xsd:pattern
Collapse Comments:
blog comments powered by Disqus