xsd:simpleType
Element information
Namespace: http://www.w3.org/2001/XMLSchema
Schema document: datatypes.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:union
- Group xsd:elementModel
- Group xsd:simpleRestrictionModel
- Anonymous type of element xsd:restriction via reference to xsd:simpleRestrictionModel
- Type xsd:localAttributeType (Element xsd:attribute)
- Type xsd:topLevelAttributeType (Element xsd:attribute)
- Type xsd:localElement via reference to xsd:elementModel (Element xsd:element)
- Type xsd:narrowMaxMin via reference to xsd:elementModel (Element xsd:element)
- Type xsd:simpleRestrictionType via reference to xsd:simpleRestrictionModel (Element xsd:restriction)
- Type xsd:topLevelElement via reference to xsd:elementModel (Element xsd:element)
Sample instance
<xsd:simpleType> <xsd:restriction> <xsd:simpleType> <xsd:restriction>... </xsd:restriction> </xsd:simpleType> <xsd:minExclusive value="any text content"> </xsd:minExclusive> </xsd:restriction> </xsd:simpleType>