diagram | ![]() |
||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||
type | extension of SharedDataElementReferenceBase | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | Description | ||||||||||||||||||
used by | |||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:complexType name="NamedSharedDataElementReference"> <xs:annotation> <xs:documentation>Used to reference shared data elements and replace the shared name with a local name. The local name is contained in the Name attribute while the NameRef attribute points to the name of the shared data element.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="SharedDataElementReferenceBase"> <xs:sequence> <xs:element name="Description" type="xs:string" minOccurs="0"/> </xs:sequence> <xs:attribute name="NameRef" type="xs:NCName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:NCName | ||
properties |
|
||
source | <xs:attribute name="NameRef" type="xs:NCName" use="required"/> |
diagram | ![]() |
||||||
namespace | http://www.mostcooperation.com | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Description" type="xs:string" minOccurs="0"/> |