Description
The typed-text type represents a text element with a type attributes.
Derived By
Extending xs:string
Attributes
Name |
Type |
Required? |
Default |
Description |
type |
xs:token |
No |
|
|
Referenced By
Definition
<xs:complexType name="typed-text">
<xs:annotation>
<xs:documentation>The typed-text type represents a text element with a type attributes.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="type" type="xs:token">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>