xsd:simpleType
Element information
Namespace: http://www.w3.org/2001/XMLSchema
Schema document: XMLSchema.xsd
Other elements with the same name: xsd:simpleType
Type: xsd:localSimpleType
Properties: Local, Qualified
Content
- Sequence [1..1]
- xsd:annotation [0..1]
- Choice [1..1]
from group xsd:simpleDerivation
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type xsd:annotated | |
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Anonymous type of element xsd:list
- Anonymous type of element xsd:restriction via reference to xsd:simpleRestrictionModel
- Anonymous type of element xsd:union
- Group xsd:simpleRestrictionModel
- Type xsd:altType (Element xsd:alternative)
- Type xsd:attribute (Element xsd:attribute)
- Type xsd:element
- Type xsd:localElement (Element xsd:element)
- Type xsd:restrictionType via reference to xsd:simpleRestrictionModel
- Type xsd:simpleRestrictionType via reference to xsd:simpleRestrictionModel (Element xsd:restriction)
- Type xsd:topLevelAttribute (Element xsd:attribute)
- Type xsd:topLevelElement (Element xsd:element)
Sample instance
<xsd:simpleType> <xsd:restriction base="QName"> <xsd:simpleType> <xsd:restriction base="QName">... </xsd:restriction> </xsd:simpleType> <xsd:minExclusive value="any text content"> </xsd:minExclusive> </xsd:restriction> </xsd:simpleType>