http://schema.bsi-global.com/BS8723-5/
complexType CompoundEquivalenceFullStructure

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://schema.bsi-global.com/BS8723-5/}CompoundEquivalenceFullStructure (restriction)

Documentation
Data type defining the structure of compound equivalence: object linking a compound non-preferred term with its related preferred terms.
Properties
This component is not nillable.

Model
<...>
(CompoundNonPreferredTerm, PreferredTerm{2,*} )
</...>


Nested Element Summary
CompoundNonPreferredTermFullStructureCompoundNonPreferredTerm
          Details of the compound non-preferred term 
xs:stringPreferredTerm
          Contains the identifier or 2 or more preferred terms. 
Source
<xs:complexType name="CompoundEquivalenceFullStructure">
<xs:sequence>
<xs:element name="CompoundNonPreferredTerm" type="CompoundNonPreferredTermFullStructure">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="2" name="PreferredTerm" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.