complexType AttributeContextType
diagram plmxml_diagrams/plmxml_p230.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:IdBase
properties
base plm:IdBase
used by
element AttributeContext
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
attributeName  xsd:string  optional      
targetRef  plm:anyURIType  optional      
contextRef  plm:anyURIType  optional      
changeRef  plm:anyURIType  optional      
annotation
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.
     
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>

attribute AttributeContextType/@attributeName
type xsd:string
properties
use optional
source <xsd:attribute name="attributeName" type="xsd:string" use="optional"/>

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

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

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


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