XML Schema - Simple Type Definition

  • Does not contain any child elements. Can be used like either element or attribute type.

  • Possible to define using an existing type restriction

<xs:simpleType name="TypeName"> 
 <xs:restriction base="BaseTypeName"> ... </xs:restriction>
</xs:simpleType>