AdObjectDescriptionType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
objectDefinitionURIRef URIType required
objectDescriptionID ShortTokenType required

Used By

Source

<xs:complexType name="AdObjectDescriptionType">
  <xs:choice maxOccurs="unbounded">
    <xs:element ref="Property"/>
    <xs:element ref="PropertyGroup"/>
  </xs:choice>
  <xs:attribute name="objectDescriptionID" type="adsml:ShortTokenType" use="required"/>
  <xs:attribute name="objectDefinitionURIRef" type="adsml:URIType" use="required"/>
</xs:complexType>