element <ref> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 2 elements, elem. wildcard
Defined:
locally within documentType complexType in myDocuments.xsd; see XML source
XML Representation Summary
<ref
   
 = 
xsd:dateTime
 = 
xsd:string
 = 
xsd:string
   
>
   
Content: 
</ref>
Content model elements (2):
delete (in ref), show (in ref)
Included in content model of elements (1):
document (in myDocuments)
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="ref" type="refType"/>
Attribute Detail (all declarations; 3/3)
expires
Type:
xsd:dateTime, predefined
Use:
optional
Defined:
locally within refType complexType
If this attribute exists, then it specifies the number of minutes this reference is valid relative to the last access time for the document.
XML Source (see within schema source)
<xsd:attribute maxOccurs="1" minOccurs="0" name="expires" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
If this attribute exists, then it specifies the number of minutes this reference is valid relative to the last
access time for the document.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

folderId
Type:
Use:
optional
Defined:
locally within refType complexType
The ID of the folder object that holds this reference to this object.
XML Source (see within schema source)
<xsd:attribute maxOccurs="1" minOccurs="0" name="folderId" type="hs:string">
<xsd:annotation>
<xsd:documentation>
The ID of the folder object that holds this reference to this object.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

name
Type:
xsd:string, predefined
Use:
optional
Defined:
locally within refType complexType
The name of this document within this reference folder.
XML Source (see within schema source)
<xsd:attribute maxOccurs="1" minOccurs="1" name="name" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The name of this document within this reference folder.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 3/3)
delete
Type:
xsd:int, predefined, simple content
Defined:
locally within refType complexType
If this element exists, it specifies an HTTP GET operation to be performed to delete the reference cleanly. This would be placed here by another service that stored data in the .NET Documents service.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="delete" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
If this element exists, it specifies an HTTP GET operation to be performed to delete the reference cleanly.
This would be placed here by another service that stored data in the .NET Documents service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

show
Type:
hs:string, simple content
Defined:
locally within refType complexType
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>

{any element with non-schema namespace}
Defined:
within refType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>