http://www.w3.org/2001/XMLSchema
element pattern

Documentation
Properties
This component is not nillable.

Model
<pattern
  id = xs:ID
  value = xs:string
  {any attribute from any other namespace than current namespace}>
annotation?
</pattern>


Nested Element Summary
 annotation
          

Attribute Summary
 xs:IDid
          
 xs:stringvalue
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

value

Type:
xs:string
Use:
required
Form:
unqualified

Local Usage
facets

Source
<xs:element id="pattern" name="pattern">
<xs:complexType mixed="false">
<xs:complexContent>
<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>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.