complexType FeatureInstanceType
diagram plmxml_diagrams/plmxml_p326.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:GDEInstanceType
properties
base plm:GDEInstanceType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:Transform plm:Representation plm:VariantCondition plm:Reference plm:PropertyGroup plm:EntityPropertyGroup plm:Parameter
used by
element FeatureInstance
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      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
instancedRef  plm:anyURIType  optional      
transformRef  xsd:IDREF  optional      
materialRef  xsd:IDREF  optional      
partRef  plm:anyURIType  optional      
representationRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
designRequired  xsd:boolean  optional      
quantity  xsd:double  optional      
unitRef  xsd:IDREF  optional      
instanceType  xsd:string  optional      
sequenceNumber  xsd:nonNegativeInteger  optional      
instanceThreadRef  plm:anyURIType  optional      
instanceTypeRef  plm:anyURIType  optional      
instanceNumber  xsd:integer  optional      
annotation
documentation

      An instance of a Feature.

      Sub-elements:

      Parameter:   Overrides the Parameters on features.
     
source <xsd:complexType name="FeatureInstanceType">
 
<xsd:annotation>
   
<xsd:documentation>
      An instance of a Feature.

      Sub-elements:

      Parameter:   Overrides the Parameters on features.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GDEInstanceType">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element name="Parameter" type="plm:UserDataElementType"/>
     
</xsd:choice>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element FeatureInstanceType/Parameter
diagram plmxml_diagrams/plmxml_p327.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UserDataElementType
properties
content complex
children plm:UserList
attributes
Name  Type  Use  Default  Fixed  Annotation
title  xsd:string  required      
value  xsd:string  required      
type  plm:UserValueDataType    string    
format  xsd:string  optional      
dataRef  plm:anyURIType  optional      
editable  xsd:boolean    false    
minInclusive  xsd:double  optional      
minExclusive  xsd:double  optional      
maxInclusive  xsd:double  optional      
maxExclusive  xsd:double  optional      
stepValue  xsd:double  optional      
minLength  xsd:nonNegativeInteger  optional      
maxLength  xsd:nonNegativeInteger  optional      
titleRef  plm:anyURIType  optional      
valueRef  plm:anyURIType  optional      
source <xsd:element name="Parameter" type="plm:UserDataElementType"/>


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