complexType DescriptionBase
diagram plmxml_diagrams/plmxml_p288.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:IdBase
properties
base plm:IdBase
abstract true
children plm:Description plm:ApplicationRef
used by
complexTypes AttribOwnerBase AttributeBase AttributeDefType DeltaOperationGroupType EntityRefBase GUIDTableType GUIDType IncrementalChangeType MethodArgumentDefinitionType MethodArgumentGroupType MethodArgumentType MethodConditionType MethodValidityType RouteDataSegmentType RouteListElementBase RuleEntryBase SignoffType SymbolicOccurrenceType ViewControlType
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
annotation
appinfo
sdkname=DescriptionObject
documentation

      The DescriptionBase type is an abstract base type for PLM XML types which
      have optional description and ApplicationRef.

      Attributes:

      name:             descriptive or display name
      nameRef:          References a multiple language version of name. If
                        multiple language support is required, nameRef should be
                        used in addition to name.
      descriptionTextRef: References a multiple language version of description.
                        If multiple language support is required,
                        descriptionTextRef should be used in addition to
                        description.

      Sub-elements:

      Description:     Readable textual description of the element.
      ApplicationRef:  A means of uniquely identifying the element in terms
                       understood by the sending system. More than one is
                       allowed (at most one per Application).
     
source <xsd:complexType name="DescriptionBase" abstract="true">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">sdkname=DescriptionObject</xsd:appinfo>
   
<xsd:documentation>
      The DescriptionBase type is an abstract base type for PLM XML types which
      have optional description and ApplicationRef.

      Attributes:

      name:             descriptive or display name
      nameRef:          References a multiple language version of name. If
                        multiple language support is required, nameRef should be
                        used in addition to name.
      descriptionTextRef: References a multiple language version of description.
                        If multiple language support is required,
                        descriptionTextRef should be used in addition to
                        description.

      Sub-elements:

      Description:     Readable textual description of the element.
      ApplicationRef:  A means of uniquely identifying the element in terms
                       understood by the sending system. More than one is
                       allowed (at most one per Application).
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:IdBase">
     
<xsd:sequence>
       
<xsd:element name="Description" type="plm:DescriptionType" minOccurs="0"/>
       
<xsd:element name="ApplicationRef" type="plm:ApplicationRefType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="name" type="xsd:string" use="optional"/>
     
<xsd:attribute name="nameRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
     
<xsd:attribute name="descriptionTextRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

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

element DescriptionBase/Description
diagram plmxml_diagrams/plmxml_p289.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:DescriptionType
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="Description" type="plm:DescriptionType" minOccurs="0"/>

element DescriptionBase/ApplicationRef
diagram plmxml_diagrams/plmxml_p290.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:ApplicationRefType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
application  xsd:string  optional      
label  xsd:string  required      
version  xsd:string  optional      
source <xsd:element name="ApplicationRef" type="plm:ApplicationRefType" minOccurs="0" maxOccurs="unbounded"/>


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