diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||
type | extension of plm:IdBase | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="AttributeContextType"> <xsd:annotation> <xsd:documentation> An AttributeContext element specifies the source for an overridden Occurrence attribute or property (e.g. quantity, Transform). An Occurrence attribute or property can be overridden in various ways, for example in the context of a higher-level Occurrence. The AttributeContext is not intended to describe the override mechanism - it simply indicates the context object which was responsible for the override. Attributes: attributeName: The name of the (xml) attribute being overridden, if appropriate. targetRef: The element which carries the attribute being overridden. contextRef: The context element, for example a higher-level Occurrence. changeRef: A reference to an element representing a Change which caused this attribute to be overridden. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:IdBase"> <xsd:attribute name="attributeName" type="xsd:string" use="optional"/> <xsd:attribute name="targetRef" type="plm:anyURIType" use="optional"/> <xsd:attribute name="contextRef" type="plm:anyURIType" use="optional"/> <xsd:attribute name="changeRef" type="plm:anyURIType" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="attributeName" type="xsd:string" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="targetRef" type="plm:anyURIType" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="contextRef" type="plm:anyURIType" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="changeRef" type="plm:anyURIType" use="optional"/> |