/// The URI to a static creative file to be used for the ad component identified in the parent
/// element.
///
/// ```text
/// <xs:element name="StaticResource">
/// <xs:complexType>
/// <xs:simpleContent>
/// <xs:extension base="xs:anyURI">
/// <xs:attribute name="creativeType" type="xs:string" use="required">
/// </xs:extension>
/// </xs:simpleContent>
/// </xs:complexType>
/// </xs:element>
/// ```