Schema Central > XML Schema 1.1 > XMLSchema.xsd > xsd:minLength
Advanced search
Need Schema Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xsd:minLength

See http://www.w3.org/TR/xmlschema11-2/#element-minLength.

Element information

Type: xsd:numFacet

Properties: Global, Qualified, ID: minLength

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom type xsd:annotated
fixed [0..1]xsd:booleanDefault value is "false". from type xsd:facet
value [1..1]xsd:nonNegativeInteger
Any attribute[0..*]Namespace: ##other, Process Contents: lax

Used in

Substitution hierarchy

Sample instance

<xsd:minLength value="1">
</xsd:minLength>