Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<?xml version="1.0" encoding="utf-16"?>
<ExtendedSpecificationColumnConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<Enabled>true</Enabled>
	<MaxItems>0</MaxItems>
	<!-- The value separtor is the sign which is used to separate specifications of the same type from each other at export and import. E.g. if a part has two specifications of the same type, 
         as Region EMEA and Region AMER, both will get exported in the same cell in XLS and will be separated by this sign. EMEA|AMER. Default sign is | 
         This config exist in version 5.0 and later. -->
	<ValueSeparator>|</ValueSepartor> 
	<!-- The named string separtor is the sign which is used to separate the text from the string when NamedString is exported to or imported from XLS.  
         E.g. string DE and text Germany will result in DE:Germany being exported to the cell in XLS. Default sign is : 
         This config exist in version 5.0 and later. -->
	<NamedStringSepartor>:</NamedStringSeparator>
	<Items>
		<ExtendedSpecificationColumn>
			<!--Is this column active -->
			<Enabled>true</Enabled>
			<!--Persistent id of the specification type -->
			<PersistentIdentity>Dimension</PersistentIdentity>
			<!--In validation, is it mandatory to have a specification of this type -->
			<Mandatory>true</Mandatory>
			<!--May user add a new specification in Edit, or can user only select from existing specifications -->
			<SelectFromListOnly>true</SelectFromListOnly>
			<!-- This specification is not allowed to be copied. So if a copy of a presentation is made, specifications of this type will not be copied. 
				This option exist in version 5.1 and later. -->
			<AllowCopy>false</AllowCopy>
			<!-- Set a default value which will be added to the specification when a new presentation is created. 
			    This option exist in version 5.1.6 and later .-->
			<InitialValue>Defaultvalue</InitialValue>
			<!-- Presentation of these base types shall have this specification -->
			<EnabledBaseTypes>Part, Catalogue</EnabledBaseTypes>
			<!-- Presentations with this code will have this specification -->
			<EnabledPresentationTypeCodes>Kit</EnabledPresentationTypeCodes>
			<!-- If configuration is used to edit parts in preview web viewer connected to editor site, permissions may be used
                 to limit which uses may edit which specifications -->
			<Permissions>EditSpecificationGeneral</Permissions>
		</ExtendedSpecificationColumn>
		<ExtendedSpecificationColumn>
			<Enabled>true</Enabled>
			<PersistentIdentity>Colour</PersistentIdentity>
			<Mandatory>true</Mandatory>
			<SelectFromListOnly>true</SelectFromListOnly>
		</ExtendedSpecificationColumn>
	</Items>
</ExtendedSpecificationColumnConfiguration>

...

Page Properties
hiddentrue


Related issues