complexType IdentifierType
diagram plmxml_diagrams/plmxml_p1429.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ManagedBase
properties
base plm:ManagedBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element Identifier
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      
identifierId  xsd:string  required      
idContext  xsd:string  optional      
supplementalContext  plm:uriReferenceListType  optional      
appinfo
validate=skipName
alternateIdOf  plm:uriReferenceListType        
appinfo
validate=skipName
isDispDefault  xsd:boolean        
idContextRef  plm:anyURIType  optional      
annotation
documentation

      This defines an alternative id for an element, in some context.

      Attributes:

      identifierId:     the alternative id.
      idContext:        a context string
      supplementalContext: a list of context elements, such as Organisations
      alternativeIdOf:  a list of elements that this is an id of
      isDispDefault:    true if this is the id to display by default when
                        displaying the identified element.
      idContextRef:     References a multiple language version of idContext. If
                        multiple language support is required, idContextRef
                        should be used in addition to idContext.
     
source <xsd:complexType name="IdentifierType">
 
<xsd:annotation>
   
<xsd:documentation>
      This defines an alternative id for an element, in some context.

      Attributes:

      identifierId:     the alternative id.
      idContext:        a context string
      supplementalContext: a list of context elements, such as Organisations
      alternativeIdOf:  a list of elements that this is an id of
      isDispDefault:    true if this is the id to display by default when
                        displaying the identified element.
      idContextRef:     References a multiple language version of idContext. If
                        multiple language support is required, idContextRef
                        should be used in addition to idContext.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="identifierId" type="xsd:string" use="required"/>
     
<xsd:attribute name="idContext" type="xsd:string" use="optional"/>
     
<xsd:attribute name="supplementalContext" type="plm:uriReferenceListType" use="optional">
       
<xsd:annotation>
         
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="alternateIdOf" type="plm:uriReferenceListType">
       
<xsd:annotation>
         
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="isDispDefault" type="xsd:boolean"/>
     
<xsd:attribute name="idContextRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute IdentifierType/@identifierId
type xsd:string
properties
use required
source <xsd:attribute name="identifierId" type="xsd:string" use="required"/>

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

attribute IdentifierType/@supplementalContext
type plm:uriReferenceListType
properties
use optional
annotation
appinfo
validate=skipName
source <xsd:attribute name="supplementalContext" type="plm:uriReferenceListType" use="optional">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute IdentifierType/@alternateIdOf
type plm:uriReferenceListType
annotation
appinfo
validate=skipName
source <xsd:attribute name="alternateIdOf" type="plm:uriReferenceListType">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute IdentifierType/@isDispDefault
type xsd:boolean
source <xsd:attribute name="isDispDefault" type="xsd:boolean"/>

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


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