XML Schema Documentation

Complex Type: Validation

[Table of contents]

Super-types: xsd:normalizedString < Validation (by extension)
Sub-types: None
Name Validation
Used by (from the same schema document) Model Group Validation.model
Abstract no
Documentation A reference identifying a rule within a validation scheme.
XML Instance Representation
<...
validationScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="Validation">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="validationScheme" type=" xsd:anyURI "/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>