http://www.fatwire.com/schema/rest/1.0
complexType webreference

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.fatwire.com/schema/rest/1.0}webreference (restriction)

Documentation
        The Webreference data type represents a Webreference attribute in a Content Server asset.
      
Properties
This component is not nillable.

Model
<...>
(url, webroot?, redirecturl, template, wrapper?, autogenerated?, default?, httpstatus, createddate?, modifiedate?, dgroup?, params?, href?, redirectwebroot? )
</...>


Nested Element Summary
xs:booleanautogenerated
          Indicates the pattern id if url generated by pattern. 
xs:dateTimecreateddate
          The timestamp at which this url is created. 
xs:booleandefault
          Indicates whether this url is default.Default URL is returned by render tags 
xs:stringdgroup
          Device information to be used with URL. 
xs:stringhref
          A pretty URL providing access to this blob. 
xs:inthttpstatus
          HTTP status for this URL. 
xs:dateTimemodifiedate
          The timestamp at which this url is modified. 
xs:stringparams
          Additional parameters to be used with URL. 
xs:stringredirecturl
          Redirect URL. 
xs:stringredirectwebroot
          Redirect Webroot. 
xs:stringtemplate
          Template used for rendering the asset for this url. 
xs:stringurl
          Vanity URL for the asset.This is always a relative path. 
xs:stringwebroot
          Webroot for the Vanity URL. 
xs:stringwrapper
          Wrapper page used for rendering the asset for this url. 
Source
<xs:complexType name="webreference">
<xs:sequence>
<xs:element minOccurs="1" name="url" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="webroot" type="xs:string">
</xs:element>
<xs:element minOccurs="1" name="redirecturl" type="xs:string">
</xs:element>
<xs:element minOccurs="1" name="template" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="wrapper" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="autogenerated" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="default" type="xs:boolean">
</xs:element>
<xs:element minOccurs="1" name="httpstatus" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="createddate" type="xs:dateTime">
</xs:element>
<xs:element minOccurs="0" name="modifiedate" type="xs:dateTime">
</xs:element>
<xs:element minOccurs="0" name="dgroup" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="params" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="redirectwebroot" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.