<xs:element name="OptionsNominationResponse">
<xs:complexType>
<xs:sequence>
<xs:element ref="EventIdentifier" minOccurs="0" />
<xs:element ref="ElectionIdentifier" minOccurs="0" />
<xs:element ref="ContestIdentifier" minOccurs="0" />
<xs:element ref="ProposalIdentifier" />
<xs:element name="Accepted" type="YesNoType" />
<xs:element name="Remark" type="MessagesStructure" minOccurs="0" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
|