complexType RegistryObjectType

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

Type Heirarchy
{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}IdentifiableType (by extension)
 {urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType
Derived Types
{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType
 {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="RegistryObjectType">
    <
complexContent>
        <
extension base="tns:IdentifiableType">
            <
sequence maxOccurs="1" minOccurs="0">
                <
element maxOccurs="1" minOccurs="0" ref="tns:Name"/>
                <
element maxOccurs="1" minOccurs="0" ref="tns:Description"/>
                <
element maxOccurs="1" minOccurs="0" name="VersionInfo" type="tns:VersionInfoType"/>
                <
element maxOccurs="unbounded" minOccurs="0" ref="tns:Classification"/>
                <
element maxOccurs="unbounded" minOccurs="0" ref="tns:ExternalIdentifier"/>
            </
sequence>
            <
attribute name="lid" type="anyURI" use="optional"/>
            <
attribute name="objectType" type="tns:referenceURI" use="optional"/>
            <
attribute name="status" type="tns:referenceURI" use="optional"/>
        </
extension>
    </
complexContent>
</
complexType>


complexType RegistryObjectType


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.