complexType AttributeBase
diagram plmxml_diagrams/plmxml_p228.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:DescriptionBase
properties
base plm:DescriptionBase
abstract true
children plm:Description plm:ApplicationRef
used by
element Attribute
complexTypes Annotation3DGroupType AssociatedDataSetType AssociatedFolderType AssociatedFormType ClassificationType EntityUserDataType FixedCostInfoType MarkupType MassPropertiesType MonikerContextPropertyType PartConstraintsType RepresentationDataType ResourceListItemType TaskExecutionInfoType TaskSchedulingInfoType UserDataType UserListDataType ValidationResultsType
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
annotation
documentation

      The Attribute element is an abstract element. Useful attributes
      (ones that include fields) must be derived from the Attribute element
      defined within this schema. The derived attributes will define their
      data elements to represent data fields.
   
      The derived attributes also need to be set as 'equivalent' to the
      Attribute element. This enables the new derived attribute to be
      inserted into documents wherever the Attribute element is allowed.
     
source <xsd:complexType name="AttributeBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      The Attribute element is an abstract element. Useful attributes
      (ones that include fields) must be derived from the Attribute element
      defined within this schema. The derived attributes will define their
      data elements to represent data fields.
   
      The derived attributes also need to be set as 'equivalent' to the
      Attribute element. This enables the new derived attribute to be
      inserted into documents wherever the Attribute element is allowed.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:DescriptionBase"/>
 
</xsd:complexContent>
</xsd:complexType>


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