CT_Attr

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name ST_String required
uri ST_String optional
val ST_String required

Used By

Source

<xsd:complexType name="CT_Attr">
  <xsd:attribute name="uri" type="s:ST_String"/>
  <xsd:attribute name="name" type="s:ST_String" use="required"/>
  <xsd:attribute name="val" type="s:ST_String" use="required"/>
</xsd:complexType>