diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:EntityRefBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="locationRef" type="plm:anyURIType" use="required"/> |
type | plm:LocatorRefFormatType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="type" type="plm:LocatorRefFormatType" default="PLMXMLPointer"/> |