<xsd:complexType name="odsoRecipientDataElt">
<xsd:annotation>
<xsd:documentation>Defines the Office Data Source Object recipient data.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="active" type="decimalNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents whether this record is active.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="hash" type="decimalNumberProperty" minOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the hash code for this record.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="column" type="decimalNumberProperty" minOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the unique database column number this record is for.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="uniqueTag" type="stringProperty" minOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the unique tag to ID this record.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|