attribute "xlink:show"
Namespace:
Type:
anonymous (restriction of xs:NMTOKEN)
Defined:
globally in eruditxlink.xsd, see XML source
Used:
XML Representation Summary
<...
    xlink:show
 = 
enumeration of xs:NMTOKEN
...>
Attribute Value Detail:
Enumeration:
"new", "replace", "embed", "other", "none"

Known Usage Locations
Anonymous Type Detail
Type Derivation Tree
xs:NMTOKEN
  simpleType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"new", "replace", "embed", "other", "none"
XML Source (see within schema source)
<xs:attribute name="show">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="new"/>
<xs:enumeration value="replace"/>
<xs:enumeration value="embed"/>
<xs:enumeration value="other"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set