Definition Type Element
Name pattern
Namespace http://www.w3.org/2001/XMLSchema
Type xs:noFixedFacet
Abstract False
ID pattern
XSD Schema .\XsdSchemaStandard.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element id="pattern" name="pattern" >
  <xs:annotation>
    <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-pattern"/>
  </xs:annotation>

  <xs:complexType>
    <xs:complexContent mixed="false">
      <xs:restriction base="xs:noFixedFacet">
        <xs:sequence>
          <xs:element minOccurs="0" ref="xs:annotation"/>
        </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>
Child Elements
Name Type Min Occurs Max Occurs
Child Attributes
Name Type Default Value Use
Derivation Tree
xs:openAttrs
    xs:annotated
        xs:facet
            xs:noFixedFacet
                pattern
                    xs:pattern
References
xs:pattern
Generated using Liquid XML Studio by Liquid Technologies Ltd