Documentation for UsiXML 1.8.0

Simple Type: hrefURI

[Table of contents]

Super-types: xs:string < hrefURI (by restriction)
Sub-types: None
Name hrefURI
Used by (from the same schema document) Complex Type cioType , Complex Type cioType , Complex Type cioType , Complex Type graphicalCioType , Complex Type graphicalCioType , Complex Type graphicalIndividualComponentType , Complex Type outputTextType , Complex Type imageType , Complex Type imageType , Complex Type imageType , Element menuItem
Content
  • Base XSD Type: string
  • pattern = ^/uiModel/resourceModel/cioRef\[@cioId='.+']/resource/@(content|tooltip|hyperLinkTarget|filter|mnemonic|alternateContent|keyboardShortcut|statusBarContent|icon)
Diagram
Schema Component Representation
<xs:simpleType name="hrefURI">
<xs:restriction base=" xs:string ">
<xs:pattern value="^/uiModel/resourceModel/cioRef\[@cioId='.+']/resource/@(content|tooltip|hyperLinkTarget|filter|mnemonic|alternateContent|keyboardShortcut|statusBarContent|icon)"/>
</xs:restriction>
</xs:simpleType>