complexType Annotation3DType
diagram plmxml_diagrams/plmxml_p808.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:GDEBase
properties
base plm:GDEBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup plm:Keyword plm:SafetyClassification plm:ValueToCustomer plm:Reference plm:FeatureIdentification
used by
element Annotation3D
complexTypes Ann3DAttributeNoteType Ann3DBundleDressingNoteType Ann3DCenterlineType Ann3DCircleCentreType Ann3DCoordinateNoteType Ann3DCrosshatchType Ann3DCuttingPlaneSymbolType Ann3DDatumFeatureSymbolType Ann3DDatumTargetType Ann3DDimensionType Ann3DFastenerType Ann3DFeatureControlFrameType Ann3DFitDesignationType Ann3DLineWeldType Ann3DLocatorType Ann3DMeasurementPointType Ann3DNoteType Ann3DOrganisationType Ann3DRegionType Ann3DSpecBase Ann3DSpotWeldType Ann3DSurfaceFinishType Ann3DUserDefinedSymbolType
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      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
gdeInstanceRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
accountabilityId  xsd:integer  optional      
group  xsd:string  optional      
usage  xsd:string  optional      
uriRefs  plm:uriReferenceListType  optional      
annotation
documentation

      Annotation3D: the abstract base type for all 3D Annotations

      Attributes:

      accountabilityId:
      group:            This is an application specific type used as part of a
                        classification scheme for the annotations.
      usage:            used to indicate a usage other than that expected.

      uriRefs:          associated URI references

      Elements:

      Reference:        Deprecated. This is for legacy import only, and
                        specifies the entities the Annotation3D refers to.

      SafetyClassification: This is an application specific type used to
                        indicate the importance of an annotation, e.g. minor,
                        major, critical.

      ValueToCustomer:  This is an application specific type used to indicate
                        the value of an annotation to a customer, e.g. "critical
                        to quality".

      Keyword:          a keyword string (may contain spaces).

      FeatureIdentification: An application specific identifier for a relevant
                        feature.
     
source <xsd:complexType name="Annotation3DType" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      Annotation3D: the abstract base type for all 3D Annotations

      Attributes:

      accountabilityId:
      group:            This is an application specific type used as part of a
                        classification scheme for the annotations.
      usage:            used to indicate a usage other than that expected.

      uriRefs:          associated URI references

      Elements:

      Reference:        Deprecated. This is for legacy import only, and
                        specifies the entities the Annotation3D refers to.

      SafetyClassification: This is an application specific type used to
                        indicate the importance of an annotation, e.g. minor,
                        major, critical.

      ValueToCustomer:  This is an application specific type used to indicate
                        the value of an annotation to a customer, e.g. "critical
                        to quality".

      Keyword:          a keyword string (may contain spaces).

      FeatureIdentification: An application specific identifier for a relevant
                        feature.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GDEBase">
     
<xsd:sequence>
       
<xsd:element name="Keyword" type="plm:StringFieldType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="SafetyClassification" type="plm:UserEnumDataType" minOccurs="0"/>
       
<xsd:element name="ValueToCustomer" type="plm:UserEnumDataType" minOccurs="0"/>
       
<xsd:element name="Reference" type="plm:GDEReferenceType" minOccurs="0" maxOccurs="unbounded" plm:deprecated="true"/>
       
<xsd:element name="FeatureIdentification" type="plm:UserEnumDataType" minOccurs="0"/>
     
</xsd:sequence>
     
<xsd:attribute name="accountabilityId" type="xsd:integer" use="optional"/>
     
<xsd:attribute name="group" type="xsd:string" use="optional"/>
     
<xsd:attribute name="usage" type="xsd:string" use="optional"/>
     
<xsd:attribute name="uriRefs" type="plm:uriReferenceListType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute Annotation3DType/@accountabilityId
type xsd:integer
properties
use optional
source <xsd:attribute name="accountabilityId" type="xsd:integer" use="optional"/>

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

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

attribute Annotation3DType/@uriRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="uriRefs" type="plm:uriReferenceListType" use="optional"/>

element Annotation3DType/Keyword
diagram plmxml_diagrams/plmxml_p809.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:StringFieldType
properties
minOcc 0
maxOcc unbounded
content simple
source <xsd:element name="Keyword" type="plm:StringFieldType" minOccurs="0" maxOccurs="unbounded"/>

element Annotation3DType/SafetyClassification
diagram plmxml_diagrams/plmxml_p810.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UserEnumDataType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xsd:string  required      
listRef  plm:anyURIType  optional      
valueRef  plm:anyURIType  optional      
source <xsd:element name="SafetyClassification" type="plm:UserEnumDataType" minOccurs="0"/>

element Annotation3DType/ValueToCustomer
diagram plmxml_diagrams/plmxml_p811.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UserEnumDataType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xsd:string  required      
listRef  plm:anyURIType  optional      
valueRef  plm:anyURIType  optional      
source <xsd:element name="ValueToCustomer" type="plm:UserEnumDataType" minOccurs="0"/>

element Annotation3DType/Reference
diagram plmxml_diagrams/plmxml_p812.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:GDEReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:EntityRef
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      
type  plm:GDERelationshipType  optional      
occurrenceRef  plm:anyURIType  optional      
targetRef  plm:anyURIType  optional      
pathRefs  plm:uriReferenceListType  optional      
source <xsd:element name="Reference" type="plm:GDEReferenceType" minOccurs="0" maxOccurs="unbounded" plm:deprecated="true"/>

element Annotation3DType/FeatureIdentification
diagram plmxml_diagrams/plmxml_p813.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UserEnumDataType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xsd:string  required      
listRef  plm:anyURIType  optional      
valueRef  plm:anyURIType  optional      
source <xsd:element name="FeatureIdentification" type="plm:UserEnumDataType" minOccurs="0"/>


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