diagram | ![]() |
||||||||||||||||||
namespace | http://www.w3.org/2001/XMLSchema | ||||||||||||||||||
type | restriction of xs:restrictionType | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | xs:annotation xs:simpleType xs:minExclusive xs:minInclusive xs:maxExclusive xs:maxInclusive xs:totalDigits xs:fractionDigits xs:length xs:minLength xs:maxLength xs:enumeration xs:whiteSpace xs:pattern xs:attribute xs:attributeGroup xs:anyAttribute | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="simpleRestrictionType"> <xs:complexContent> <xs:restriction base="xs:restrictionType"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:choice minOccurs="0"> <xs:annotation> <xs:documentation>This choice is added simply to make this a valid restriction per the REC</xs:documentation> </xs:annotation> <xs:group ref="xs:simpleRestrictionModel"/> </xs:choice> <xs:group ref="xs:attrDecls"/> </xs:sequence> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:restriction> </xs:complexContent> </xs:complexType> |