complexType CopyrightType
diagram plmxml_diagrams/plmxml_p1014.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertyBase
properties
base plm:PropertyBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element Copyright
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      
ownerRef  plm:anyURIType  optional      
value  xsd:string  optional      
valueRef  plm:anyURIType  optional      
annotation
documentation

      This is a Property giving a Copyright string for an object.
     
      Attributes:
     
      value:         the value of the Copyright string.
      valueRef:      References a multiple language version of value. If
                     multiple language support is required, valueRef should be
                     used in addition to value.
     
source <xsd:complexType name="CopyrightType">
 
<xsd:annotation>
   
<xsd:documentation>
      This is a Property giving a Copyright string for an object.
     
      Attributes:
     
      value:         the value of the Copyright string.
      valueRef:      References a multiple language version of value. If
                     multiple language support is required, valueRef should be
                     used in addition to value.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertyBase">
     
<xsd:attribute name="value" type="xsd:string" use="optional"/>
     
<xsd:attribute name="valueRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute CopyrightType/@valueRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="valueRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>


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