complexType LocatorRefType
diagram plmxml_diagrams/plmxml_p374.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:EntityRefBase
properties
base plm:EntityRefBase
children plm:Description plm:ApplicationRef
used by
element LocatorRef
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
contextRef  plm:anyURIType  optional      
select  plm:RefSelectType    single    
locationRef  plm:anyURIType  required      
type  plm:LocatorRefFormatType    PLMXMLPointer    
annotation
documentation

      Locator reference element. The reference is a URI based reference and
      the syntax of the URI must be pre-defined. Hence the only predefined
      type is currently PLMXMLPointer.
     
      Attributes:
     
      locationRef:  The value of the URI reference.
      type:         Format of the locator reference.
     
source <xsd:complexType name="LocatorRefType">
 
<xsd:annotation>
   
<xsd:documentation>
      Locator reference element. The reference is a URI based reference and
      the syntax of the URI must be pre-defined. Hence the only predefined
      type is currently PLMXMLPointer.
     
      Attributes:
     
      locationRef:  The value of the URI reference.
      type:         Format of the locator reference.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:EntityRefBase">
     
<xsd:attribute name="locationRef" type="plm:anyURIType" use="required"/>
     
<xsd:attribute name="type" type="plm:LocatorRefFormatType" default="PLMXMLPointer"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute LocatorRefType/@locationRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="locationRef" type="plm:anyURIType" use="required"/>

attribute LocatorRefType/@type
type plm:LocatorRefFormatType
properties
default PLMXMLPointer
facets
Kind Value Annotation
enumeration PLMXMLPointer
enumeration Unregistered
source <xsd:attribute name="type" type="plm:LocatorRefFormatType" default="PLMXMLPointer"/>


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