<xs:complexType name="OfficeTransmittal">
<xs:sequence>
<xs:element name="NRDSRecordType" type="nrds:RecordType" minOccurs="0" />
<xs:element name="NRDSSenderId" type="nrds:MemberSenderId" minOccurs="0" />
<xs:element name="NRDSTransmittalBatchNumber" type="nrds:TransmittalBatchNumber" minOccurs="0" />
<xs:element name="NRDSTransactionNumber" type="nrds:TransactionNumber" minOccurs="0" />
<xs:element name="NRDSTransactionTotal" type="nrds:TransactionTotal" minOccurs="0" />
<xs:element name="NRDSTransactionDate" type="nrds:TransactionDateTime" minOccurs="0" />
<xs:element name="NRDSRecordChangeType" type="nrds:RecordChangeType" minOccurs="0" />
<xs:element name="NRDSAssociationId" type="nrds:AssociationId" minOccurs="0" />
<xs:element name="NRDSOfficeId" type="commons:OfficeId" minOccurs="0" />
<xs:element name="NRDSStatusCode" type="nrds:MemberStatus" minOccurs="0" />
<xs:element name="NRDSStatusDate" type="nrds:StatusDate" minOccurs="0" />
<xs:element name="NRDSSalesPersonCount" type="nrds:SalesPersonCount" minOccurs="0" />
</xs:sequence>
<xs:attribute name="officeTransmittalId" type="xs:string" use="required" />
</xs:complexType>
|