nc:IntellectualPropertyType
complexType IntellectualPropertyType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for property that results from original thought or creativity.
Diagram
XML Schema
<xs:complexType name="IntellectualPropertyType">
<xs:annotation>
<xs:documentation>
A data type for property that results from original thought or creativity.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:IntangibleItemType">
<xs:sequence>
<xs:element ref="nc:IntellectualPropertyRegistrationIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IntellectualPropertyCreationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IntellectualPropertyCreationEventText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IntellectualPropertyRegistrationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IntellectualPropertyTerminationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IntellectualPropertyTerminationEventText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IntellectualPropertyAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>