Schema Name: pam-pim.xsd
Target Namespace: http://prismstandard.org/namespaces/pim/2.0
Collapse XSD Schema Code:

<!--Generated by Turbo XML 2.4.2.7. Conforms to w3c http://www.w3.org/2001/XMLSchema-->

<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
						PIM: XSD
     ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->

<xs:schema xmlns:xhtml="http://www.w3.org/1999/xhtml" 
xmlns:xs="http://www.w3.org/2001/XMLSchema" 
xmlns:pim="http://prismstandard.org/namespaces/pim/2.0" 
targetNamespace="http://prismstandard.org/namespaces/pim/2.0" 
elementFormDefault="qualified" attributeFormDefault="unqualified" 
version="pam20080130">
	<xs:import namespace="http://www.w3.org/1999/xhtml" schemaLocation="pam-xhtml.xsd"/>

	<!-- +++++++++++++++++++++++++++ COMPLEX TYPE +++++++++++++++++++++++ -->
	<xs:complexType name="pimType" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element ref="xhtml:br"/>
			<xs:element ref="xhtml:span"/>
			<xs:element ref="xhtml:em"/>
			<xs:element ref="xhtml:strong"/>
			<xs:element ref="xhtml:dfn"/>
			<xs:element ref="xhtml:code"/>
			<xs:element ref="xhtml:samp"/>
			<xs:element ref="xhtml:kbd"/>
			<xs:element ref="xhtml:var"/>
			<xs:element ref="xhtml:cite"/>
			<xs:element ref="xhtml:abbr"/>
			<xs:element ref="xhtml:acronym"/>
			<xs:element ref="xhtml:q"/>
			<xs:element ref="xhtml:b"/>
			<xs:element ref="xhtml:big"/>
			<xs:element ref="xhtml:i"/>
			<xs:element ref="xhtml:small"/>
			<xs:element ref="xhtml:sub"/>
			<xs:element ref="xhtml:sup"/>
			<xs:element ref="xhtml:tt"/>
			<xs:element ref="xhtml:bdo"/>
			<xs:element ref="xhtml:a"/>
			<xs:element ref="xhtml:ruby"/>
			<xs:element ref="pim:keyword"/>
		</xs:choice>
	</xs:complexType>
	<!-- +++++++++++++++++++++++++++ PIM ELEMENTS +++++++++++++++++++++++ -->
	<xs:element name="event" type="pim:pimType"/>
	<xs:element name="location" type="pim:pimType"/>
	<xs:element name="object" type="pim:pimType"/>
	<xs:element name="organization" type="pim:pimType"/>
	<xs:element name="person" type="pim:pimType"/>
	<xs:element name="keyword" type="pim:pimType"/>
	<xs:element name="ticker" type="pim:pimType"/>
	<xs:element name="industry" type="pim:pimType"/>
	<xs:element name="quote" type="pim:pimType"/>
	<xs:element name="timePeriod" type="pim:pimType"/>
</xs:schema>
Collapse ComplexTypes:
Collapse Elements: