diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | extension of plm:OccurrenceType | ||
properties |
|
||
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:Material plm:EntityMaterial plm:AssociatedAttachment plm:AttributeContext plm:Parameter | ||
used by |
|
||
attributes | |||
annotation |
|
||
source | <xsd:complexType name="FeatureOccurrenceType"> <xsd:annotation> <xsd:documentation> An occurrence of a Feature. Sub-elements: Parameter: Overrides the Parameters on features. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:OccurrenceType"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="Parameter" type="plm:UserDataElementType"/> </xsd:choice> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:UserDataElementType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:UserList | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="Parameter" type="plm:UserDataElementType"/> |