source |
<xsd:complexType name="AttribOwnerBase" abstract="true">
<xsd:annotation>
<xsd:documentation>
Base class for elements which have PLMXML Attributes, i.e. elements
derived from plm:AttributeBase.
Attributes:
attributeRefs: reference to Attributes
Elements:
Attribute: any element derived from AttributeBase.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="plm:DescriptionBase">
<xsd:sequence>
<xsd:element ref="plm:Attribute" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="attributeRefs" type="xsd:IDREFS" use="optional" plm:refType="plm:Attribute"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |