complexType IdentifiableType

complexType {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}IdentifiableType

Derived Types
{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}IdentifiableType
 {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Identifiable (by type)
 {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ObjectRefType (by extension)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ObjectRef (by type)
 {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType (by extension)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}NotificationType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Notification (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}SpecificationLinkType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}SpecificationLink (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ClassificationNodeType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ClassificationNode (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ClassificationType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Classification (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ServiceType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Service (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ClassificationSchemeType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ClassificationScheme (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObject (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ServiceBindingType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ServiceBinding (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ExtrinsicObjectType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ExtrinsicObject (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ExternalIdentifierType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ExternalIdentifier (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}AuditableEventType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}AuditableEvent (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ExternalLinkType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ExternalLink (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}AssociationType1 (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Association (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}SubscriptionType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Subscription (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}AdhocQueryType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}AdhocQuery (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryPackageType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryPackage (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}FederationType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Federation (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Registry (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}PersonType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Person (by type)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}UserType (by extension)
    {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}User (by type)
  {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}OrganizationType (by extension)
   {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Organization (by type)
Abstractfalse (This can be used in an instance)
Target Namespaceurn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0
Declared Namespacesxmlns:tns=urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0
xmlns=http://www.w3.org/2001/XMLSchema


Source

<complexType name="IdentifiableType">
    <
annotation>
        <
documentation xml:lang="en">
Common base type for all types that have unique identity.
If id is provided and is not in proper URN syntax then it is used for
linkage within document and is ignored by the registry. In this case the
registry generates a UUID URN for id attribute.
id must not be null when object is retrieved from the registry.
        
</documentation>
    </
annotation>
    <
sequence>
        <
element maxOccurs="unbounded" minOccurs="0" ref="tns:Slot"/>
    </
sequence>
    <
attribute name="id" type="anyURI" use="required"/>
<!--
home attribute is required only for remote ObjectRef-->
    <
attribute name="home" type="anyURI" use="optional"/>
</
complexType>


Documentation

Common base type for all types that have unique identity.
If id is provided and is not in proper URN syntax then it is used for
linkage within document and is ignored by the registry. In this case the
registry generates a UUID URN for id attribute.
id must not be null when object is retrieved from the registry.


complexType IdentifiableType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.