Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element eml:ObjectAlias / eml:Identifier
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_String64.tmp#String64
Type eml:String64
Type hierarchy
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 64
Source
<xs:element name="Identifier" type="eml:String64" minOccurs="1" maxOccurs="1"/>
Element eml:ObjectAlias / eml:Description
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_String2000.tmp#String2000
Type eml:String2000
Type hierarchy
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 2000
Source
<xs:element name="Description" type="eml:String2000" minOccurs="0" maxOccurs="1"/>
Complex Type eml:ObjectAlias
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Use this to create multiple aliases for any object instance. Note that an Authority is required for each alias.
Diagram
DiagramAbstract_xsd_Complex_Type_eml_ObjectAlias.tmp#ObjectAlias_authorityAbstract_xsd_Complex_Type_eml_ObjectAlias.tmp#ObjectAlias_IdentifierAbstract_xsd_Complex_Type_eml_ObjectAlias.tmp#ObjectAlias_Description
Used by
Model
Children eml:Description, eml:Identifier
Attributes
QName Type Use
authority eml:String64 required
Source
<xs:complexType name="ObjectAlias">
  <xs:annotation>
    <xs:documentation>Use this to create multiple aliases for any object instance. Note that an Authority is required for each alias.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Identifier" type="eml:String64" minOccurs="1" maxOccurs="1"/>
    <xs:element name="Description" type="eml:String2000" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
  <xs:attribute name="authority" use="required" type="eml:String64"/>
</xs:complexType>
Attribute eml:ObjectAlias / @authority
Namespace No namespace
Type eml:String64
Type hierarchy
Properties
use required
Facets
maxLength 64
Used by
Complex Type eml:ObjectAlias
Source
<xs:attribute name="authority" use="required" type="eml:String64"/>