complexType OrganizationType

complexType {}OrganizationType

Derived Types
{}OrganizationType
 {}Organization (by type)
Abstractfalse (This can be used in an instance)
Declared Namespacesxmlns:rixmldt=http://www.rixml.org/2005/3/RIXML-datatypes
xmlns:xs=http://www.w3.org/2001/XMLSchema


Source

<xs:complexType name="OrganizationType">
    <
xs:annotation>
        <
xs:documentation>ComplexType for Organisation</xs:documentation>
    </
xs:annotation>
    <
xs:sequence>
        <
xs:element name="LogoURL" type="xs:anyURI" minOccurs="0">
            <
xs:annotation>
                <
xs:documentation>Indicates the URL location of the logo of the organization.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="PublisherDefinedValue" type="xs:string" minOccurs="0">
            <
xs:annotation>
                <
xs:documentation>For the cases in which the type attribute has the value PublisherDefined, the PublisherDefinedValue element is used to hold the organization's own description of the type.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element ref="OrganizationID" maxOccurs="unbounded"/>
        <
xs:element ref="OrganizationName" maxOccurs="unbounded"/>
        <
xs:element ref="PersonGroup" minOccurs="0" maxOccurs="unbounded"/>
        <
xs:element ref="ContactInfo" minOccurs="0" maxOccurs="unbounded"/>
        <
xs:element name="Description" type="xs:string" minOccurs="0">
            <
xs:annotation>
                <
xs:documentation>Optional description of the organization. Used to include any additional information about the organization.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
    </
xs:sequence>
    <
xs:attribute name="sequence" type="xs:integer" use="optional">
        <
xs:annotation>
            <
xs:documentation>If there are multiple Organizations, and they should appear in a certain order when the content is published, indicate the desired order by associating the appropriate sequence number to each Organization.</xs:documentation>
        </
xs:annotation>
    </
xs:attribute>
    <
xs:attribute name="primaryIndicator" type="rixmldt:YesNoEnum" use="required">
        <
xs:annotation>
            <
xs:documentation>Indicates the primary organization relative to others that may be specified. When multiple organizations (subsidiaries of the same organization or different organizations) come together on a product, one must be listed as primary (generally the parent organization or the name of the joint venture).</xs:documentation>
        </
xs:annotation>
    </
xs:attribute>
    <
xs:attribute name="type" type="rixmldt:OrganizationTypeEnum" use="required">
        <
xs:annotation>
            <
xs:documentation>The type of the organization.</xs:documentation>
        </
xs:annotation>
    </
xs:attribute>
</
xs:complexType>


Documentation

ComplexType for Organisation


complexType OrganizationType


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.