complexType FeatureDescriptionsType
diagram plmxml_diagrams/plmxml_p943.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:Feature
used by
element FeatureDescriptions
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
firstFeature  xsd:IDREF  optional      
appinfo
validate=skipName
ownerRef  plm:anyURIType  optional      
annotation
documentation

      This is a collection (sequence) of Features.
     
      Attributes:
     
      firstFeature:    The first feature in the sequence.
      ownerRef:        Reference to owning ProductRevisionView or Representation.

      Elements:
     
      Feature:         A HoleFeature or any other elements derived from Feature.
     
source <xsd:complexType name="FeatureDescriptionsType">
 
<xsd:annotation>
   
<xsd:documentation>
      This is a collection (sequence) of Features.
     
      Attributes:
     
      firstFeature:    The first feature in the sequence.
      ownerRef:        Reference to owning ProductRevisionView or Representation.

      Elements:
     
      Feature:         A HoleFeature or any other elements derived from Feature.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="plm:Feature" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:choice>
     
<xsd:attribute name="firstFeature" type="xsd:IDREF" use="optional">
       
<xsd:annotation>
         
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="ownerRef" type="plm:anyURIType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute FeatureDescriptionsType/@firstFeature
type xsd:IDREF
properties
use optional
annotation
appinfo
validate=skipName
source <xsd:attribute name="firstFeature" type="xsd:IDREF" use="optional">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute FeatureDescriptionsType/@ownerRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="ownerRef" type="plm:anyURIType" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy