<xs:complexType name="PartyBase" abstract="true">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">A mininmal Party type, as root to Party subst group type hierarchy </xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="Noun">
<xs:sequence>
<xs:element name="PartyId" type="PartyIdType" minOccurs="0" />
<xs:element name="AlternatePartyIds" type="AlternatePartyIds" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Equivalent to OAGIS 7.x PartyIdX. This group allows for multiple, party-identified "X"s. </xs:documentation>
<xs:documentation source="http://www.openapplications.org/oagis">Equivalent to OAGIS 7.x PartyIdX. This group allows for multiple, party-identified "X"s. </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="active" type="xs:boolean" use="optional" default="false" />
<xs:attribute name="oneTime" type="xs:boolean" use="optional" default="false" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
|