sch:rich

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
fpi sch:fpiValue optional
A formal public identifier for the schema, phase or other element.
icon sch:uriValue optional
The location of a graphics file containing some visible representation of
the severity, significance or other grouping of the associated element.
see sch:uriValue optional
The URI of external information of interest to maintainers and users of
the schema.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
xml:space restriction of xs:NCName optional

Used By

Source

<xs:attributeGroup name="rich">
  <xs:attribute name="icon" type="sch:uriValue">
    <xs:annotation>
      <xs:documentation>The location of a graphics file containing some visible representation of the severity, significance or other grouping of the associated element.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="see" type="sch:uriValue">
    <xs:annotation>
      <xs:documentation>The URI of external information of interest to maintainers and users of the schema.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="fpi" type="sch:fpiValue">
    <xs:annotation>
      <xs:documentation>A formal public identifier for the schema, phase or other element.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute ref="xml:lang"/>
  <xs:attribute ref="xml:space"/>
</xs:attributeGroup>