element <show> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within refType complexType in myDocuments.xsd; see XML source
XML Representation Summary
<show>
   
Content: 
{ xsd:string }
</show>
Included in content model of elements (1):
ref (in document)
Annotation
If this element exists, it specifies a URL that can be used to render HTML to display the referenced object. For example, if the document is a photograph in a photo album, this URL would show the document in the appropriate context.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="show" type="hs:string">
<xsd:annotation>
<xsd:documentation>
If this element exists, it specifies a URL that can be used to render HTML to display the referenced object.
For example, if the document is a photograph in a photo album, this URL would show the document
in the appropriate context.
</xsd:documentation>
</xsd:annotation>
</xsd:element>