Showing:

Diagrams
Instances
Properties
Source
Used by
Element irm:CreatorPublishList
Namespace urn:us:gov:ic:irm
Diagram
Diagram IC-IRM_xsd_Element_irm_creator.tmp#urn_us_gov_ic_irm_creator IC-IRM_xsd_Element_irm_publisher.tmp#urn_us_gov_ic_irm_publisher IC-IRM_xsd_Element_irm_contributor.tmp#urn_us_gov_ic_irm_contributor IC-IRM_xsd_Element_irm_pointOfContact.tmp#urn_us_gov_ic_irm_pointOfContact
Properties
content: complex
Used by
Element irm:MetaCardIRM
Model irm:creator+ | irm:publisher+ | irm:contributor+ | irm:pointOfContact+
Children irm:contributor, irm:creator, irm:pointOfContact, irm:publisher
Instance
<irm:CreatorPublishList xmlns:irm="urn:us:gov:ic:irm">
  <irm:creator pocType="" SchemaguideSecurityAttributesOptionGroup="">{1,unbounded}</irm:creator>
  <irm:publisher pocType="" SchemaguideSecurityAttributesOptionGroup="">{1,unbounded}</irm:publisher>
  <irm:contributor pocType="" SchemaguideSecurityAttributesOptionGroup="">{1,unbounded}</irm:contributor>
  <irm:pointOfContact pocType="" SchemaguideSecurityAttributesOptionGroup="">{1,unbounded}</irm:pointOfContact>
</irm:CreatorPublishList>
Source
<xsd:element name="CreatorPublishList">
  <xsd:complexType>
    <xsd:choice minOccurs="1" maxOccurs="unbounded">
      <xsd:element ref="irm:creator" minOccurs="1" maxOccurs="unbounded"/>
      <xsd:element ref="irm:publisher" minOccurs="1" maxOccurs="unbounded"/>
      <xsd:element ref="irm:contributor" minOccurs="1" maxOccurs="unbounded"/>
      <xsd:element ref="irm:pointOfContact" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.xsd