Change how peer references are handled
You can specify how DITA references (links) with the scope attribute
		set to "peer" are handled. 
References with the scope attribute
				set to "peer" are used when the resource is part of
				your source, but may not available when the output is generated. You can choose
				whether these references are handled as internal or external source types. The
					externaltypes.xml file, located within the Repository in
				the /system/conf/ collection, contains an
				attribute called peerasexternal, which determines
				how peer references are handled:
- When the peerasexternalattribute is set to"true", then peer references are handled as external source types regardless of their type.
- If the peerasexternalattribute is set to"false"and the link's type is declared in the list of external source types, then the reference is handled as an external source type.
- If the peerasexternalattribute is set to"false"and the link's type is not declared in the list of external source types, then the reference is handled as an internal source type.
Important: Make configuration changes in a test
            environment and confirm they work before copying them to a production
            environment.