<xs:element name="derivedFrom">
<xs:annotation>
<xs:documentation>Represents a concept which was used for deriving the value of a property in this G2 item</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="Flex1PropType">
<xs:attribute name="idrefs" type="xs:IDREFS">
<xs:annotation>
<xs:documentation>Refers to the ids of elements which values have been derived from the concept represented by this property</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|